From 1a9f04c0f3a86bdb90b523e049f0d74fd914ba7d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 5 Jan 2017 21:58:41 +0100 Subject: geiser: Use only Guile. --- init.org | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3