summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.org b/init.org
index eb3d6f2..35ae1c2 100644
--- a/init.org
+++ b/init.org
@@ -1098,7 +1098,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")))
+ (setq geiser-guile-load-path '("~/dev/gx/branches/master")))
#+END_SRC
Automatically start =guix-devel-mode= when in =scheme-mode= because I’m likely working on Guix anyway.