emacs: Add missing directory to the guile load path.
authorAlex Kost <alezost@gmail.com>
Wed, 26 Nov 2014 20:07:16 +0000 (23:07 +0300)
committerAlex Kost <alezost@gmail.com>
Wed, 26 Nov 2014 20:07:16 +0000 (23:07 +0300)
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

index 554d551..0bbd36b 100644 (file)
@@ -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