dir-locals: Connect geiser to guix repl inside dev environment
This commit is contained in:
parent
6a52c33283
commit
80eae1a586
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@
|
||||||
.
|
.
|
||||||
;; This is a temporary setting until dependency on guix is removed
|
;; This is a temporary setting until dependency on guix is removed
|
||||||
;; (if ever).
|
;; (if ever).
|
||||||
((geiser-guile-binary . ("guix" "repl"))
|
((geiser-guile-binary . ("guix" "shell" "-D" "-f" "guix.scm" "--" "guix" "repl"))
|
||||||
(indent-tabs-mode . nil)
|
(indent-tabs-mode . nil)
|
||||||
(eval . (put 'hall-description 'scheme-indent-function 0)))))
|
(eval . (put 'hall-description 'scheme-indent-function 0)))))
|
||||||
|
|
Loading…
Reference in a new issue