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'.
This commit is contained in:
Alex Kost 2014-11-26 23:07:16 +03:00
parent d57b88bed5
commit cbbc877134
1 changed files with 1 additions and 0 deletions

View 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