summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.org')
-rw-r--r--.emacs.d/init.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org
index d4b25fe..902bd51 100644
--- a/.emacs.d/init.org
+++ b/.emacs.d/init.org
@@ -829,6 +829,16 @@
(add-to-list 'interpreter-mode-alist '("scsh" . scheme-mode))
#+END_SRC
+* Set default scheme implementation
+
+ Set the default implementation for geiser to guile so it doesn't ask
+ which implementation to use every time.
+
+ #+BEGIN_SRC emacs-lisp
+ (stante-after geiser
+ (setq geiser-default-implementation 'guile))
+ #+END_SRC
+
* Load custom file
I don't really use the Emacs customization interface much, but I