From 74534b1c25f2b8086e0eff35a3f001936bb18358 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 3 Jul 2018 18:40:46 +0200 Subject: [PATCH] guix: Work around Guix REPL transaction issues --- .emacs.d/init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 9af903e6..ae2fe537 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -192,7 +192,11 @@ (yas-global-mode 1) (with-eval-after-load 'yasnippet (add-to-list 'yas-snippet-dirs (expand-file-name "etc/snippets" "~/projects/guix")))) - (add-to-list 'geiser-guile-load-path "~/projects/guix")) + ;; REVIEW: This is suggested in the manual but it does not seem to work. + ;; (add-to-list 'geiser-guile-load-path "~/projects/guix") + ) + ;; To use package declaration from the local checkout: + ;; (setq guix-load-path "~/projects/guix") (defun ambrevar/init-guix () (and buffer-file-name (string-match "\\" buffer-file-name)