~ruther/guix-local

cbbc8771346513e1ea05d9a1d3af5d8d35ed284f — Alex Kost 11 years ago d57b88b
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'.
1 files changed, 1 insertions(+), 0 deletions(-)

M emacs/guix-helper.scm.in
M emacs/guix-helper.scm.in => emacs/guix-helper.scm.in +1 -0
@@ 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