From cbbc8771346513e1ea05d9a1d3af5d8d35ed284f Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Wed, 26 Nov 2014 23:07:16 +0300 Subject: emacs: Add missing directory to the guile load path. Reported by Adam Pribyl and David Thompson. * emacs/guix-helper.scm.in (set-paths!): Add guile module dir to '%load-path'. --- emacs/guix-helper.scm.in | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') diff --git a/emacs/guix-helper.scm.in b/emacs/guix-helper.scm.in index 554d55119f..0bbd36be21 100644 --- a/emacs/guix-helper.scm.in +++ b/emacs/guix-helper.scm.in @@ -50,6 +50,7 @@ (and=> (getenv "HOME") (cut string-append <> "/.config"))) (cut string-append <> "/guix/latest")))) + (push! module-dir %load-path) (push! module-dir %load-compiled-path) (if (and updates-dir (file-exists? updates-dir)) (begin -- cgit v1.2.3