diff --git a/emacs/init.el b/emacs/init.el index 3b22a03..f9518ba 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -624,11 +624,13 @@ Point must be at the beginning of balanced expression (sexp)." :custom (geiser-chicken-match-limit 200) :config - (defalias 'run-geiser 'geiser) + (defalias 'run-geiser 'geiser)) + +(use-package geiser-guile + :config (when (executable-find "guix") - (after! geiser-guile - (add-to-list 'geiser-guile-load-path - (expand-file-name "~/.config/guix/current/share/guile/site/3.0"))))) + (add-to-list 'geiser-guile-load-path + (expand-file-name "~/.config/guix/current/share/guile/site/3.0")))) ;; (use-package flymake-chicken ;; :hook