This commit is contained in:
Daniel Ziltener 2023-12-03 00:30:51 +01:00
parent be2a6de510
commit 050a629863
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
1 changed files with 6 additions and 4 deletions

View File

@ -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