From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCHES] Fix some =?utf-8?B?4oCYZ3VpeCBlZGl04oCZ?= bad assumptions. Date: Sat, 21 Nov 2015 22:45:12 +0300 Message-ID: <87ziy7jfw7.fsf@gmail.com> References: <87egfj5pyw.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0E5y-0003qD-Br for guix-devel@gnu.org; Sat, 21 Nov 2015 14:45:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0E5v-0007dN-5S for guix-devel@gnu.org; Sat, 21 Nov 2015 14:45:14 -0500 In-Reply-To: <87egfj5pyw.fsf@gnu.org> (Mathieu Lirzin's message of "Sat, 21 Nov 2015 16:31:19 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mathieu Lirzin Cc: guix-devel@gnu.org Mathieu Lirzin (2015-11-21 18:31 +0300) wrote: > Hi, > > As every sane person I use Emacs for my editing. Hi, it's not related, but just in case you don't know, there is "M-x guix-edit" command (or "M-x guix e" which is the same); package names are completed. If instead of the default package location directory ("~/.config/guix/latest" or whatever), you want to go to another directory =E2=80=94 for instance, to your guix git repo =E2=80=94 you can u= se: (setq guix-directory "~/src/guix") --=20 Alex