From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: Emacs load path Date: Wed, 30 Dec 2015 17:55:23 +0100 Message-ID: References: <87io3frjcd.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]:45858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEK21-0000ZR-3M for guix-devel@gnu.org; Wed, 30 Dec 2015 11:55:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aEK1z-0003zE-WA for guix-devel@gnu.org; Wed, 30 Dec 2015 11:55:25 -0500 In-Reply-To: <87io3frjcd.fsf@gnu.org> 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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: Guix-devel , Alex Kost , KAction@gnu.org On Wed, Dec 30, 2015 at 5:29 PM, Ludovic Court=C3=A8s wrote: > Federico Beffa skribis: > >> If you install guix in the default prefix (/usr/local) you should find a >> file called 'guix.el' in /usr/local/share/emacs/site-lisp/. With that >> you can include the following commands in your .emacs file and you >> should be all set: >> >> 1. (setq load-path (append '("/usr/local/share/emacs/site-lisp/") load-p= ath)) >> 2. (require 'guix-init nil t) >> >> On some host distros step 1. may not even be needed. > > I don=E2=80=99t see how to make that happen automatically on foreign dist= ros. > Any ideas? > > We still have the option of making it more prominent in the > documentation, for example by mentioning specifically Emacs under > . > > Thoughts? If we make an 'emacs-guix' package and make it an input to emacs it should = work. Regards, Fede