Emacs/Guix: Add checkout to geiser-guile-load-path

master
Pierre Neidhardt 2018-10-14 10:26:45 +02:00
parent 2f2587eb81
commit 53d6560c71
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@
(expand-file-name "etc/snippets" (expand-file-name "etc/snippets"
ambrevar/guix-checkout-directory)))) ambrevar/guix-checkout-directory))))
;; REVIEW: This is suggested in the manual but it does not seem to work. ;; REVIEW: This is suggested in the manual but it does not seem to work.
;; (add-to-list 'geiser-guile-load-path ambrevar/guix-checkout-directory) (add-to-list 'geiser-guile-load-path ambrevar/guix-checkout-directory))
)
;; To use package declaration from the local checkout: ;; To use package declaration from the local checkout:
;; (setq guix-load-path ambrevar/guix-checkout-directory) ;; (setq guix-load-path ambrevar/guix-checkout-directory)