summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-01-05 21:58:41 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-01-05 21:59:18 +0100
commit1a9f04c0f3a86bdb90b523e049f0d74fd914ba7d (patch)
tree74311c4e5d2259751eb0ce4c9fe97b8ad7a79464 /init.org
parentab8b77b870e23a9276af1d830cbeae2c4e71c291 (diff)
geiser: Use only Guile.
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