.
This commit is contained in:
parent
be2a6de510
commit
050a629863
1 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue