.
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
|
:custom
|
||||||
(geiser-chicken-match-limit 200)
|
(geiser-chicken-match-limit 200)
|
||||||
:config
|
:config
|
||||||
(defalias 'run-geiser 'geiser)
|
(defalias 'run-geiser 'geiser))
|
||||||
|
|
||||||
|
(use-package geiser-guile
|
||||||
|
:config
|
||||||
(when (executable-find "guix")
|
(when (executable-find "guix")
|
||||||
(after! geiser-guile
|
|
||||||
(add-to-list 'geiser-guile-load-path
|
(add-to-list 'geiser-guile-load-path
|
||||||
(expand-file-name "~/.config/guix/current/share/guile/site/3.0")))))
|
(expand-file-name "~/.config/guix/current/share/guile/site/3.0"))))
|
||||||
|
|
||||||
;; (use-package flymake-chicken
|
;; (use-package flymake-chicken
|
||||||
;; :hook
|
;; :hook
|
||||||
|
|
Loading…
Reference in a new issue