From 80eae1a5867fd1cdb7f2b3fb6400f0743a8b62da Mon Sep 17 00:00:00 2001 From: Davie Li Date: Fri, 22 Dec 2023 17:59:37 +0100 Subject: [PATCH] dir-locals: Connect geiser to guix repl inside dev environment --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 004f75d..06c6dfd 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -7,6 +7,6 @@ . ;; This is a temporary setting until dependency on guix is removed ;; (if ever). - ((geiser-guile-binary . ("guix" "repl")) + ((geiser-guile-binary . ("guix" "shell" "-D" "-f" "guix.scm" "--" "guix" "repl")) (indent-tabs-mode . nil) (eval . (put 'hall-description 'scheme-indent-function 0)))))