[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: emacs: Add missing directory to the guile load path.
From: |
Alex Kost |
Subject: |
01/01: emacs: Add missing directory to the guile load path. |
Date: |
Wed, 26 Nov 2014 20:09:07 +0000 |
alezost pushed a commit to branch master
in repository guix.
commit cbbc8771346513e1ea05d9a1d3af5d8d35ed284f
Author: Alex Kost <address@hidden>
Date: Wed Nov 26 23:07:16 2014 +0300
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 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/emacs/guix-helper.scm.in b/emacs/guix-helper.scm.in
index 554d551..0bbd36b 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