summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.org b/init.org
index c03d6da..4f05193 100644
--- a/init.org
+++ b/init.org
@@ -877,6 +877,7 @@ Geiser makes Scheme development really nice. It’s also used for Guix developm
#+BEGIN_SRC elisp
(with-eval-after-load "geiser"
+ (setq geiser-active-implementations '(guile))
(setq geiser-guile-load-path '("~/dev/guix-wip")))
#+END_SRC