aboutsummaryrefslogtreecommitdiffstats
path: root/guix/emacs-geiser/emacs-geiser-default-guile-2.2.patch
blob: abc392c210b4900cffbad998f0c6b7133422ec3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/elisp/geiser-guile.el b/elisp/geiser-guile.el
index 160f40c..c9387db 100644
--- a/elisp/geiser-guile.el
+++ b/elisp/geiser-guile.el
@@ -36,7 +36,7 @@
 (geiser-custom--defcustom geiser-guile-binary
   (cond ((eq system-type 'windows-nt) "guile.exe")
         ((eq system-type 'darwin) "guile")
-        (t "guile"))
+        (t "guile2.2"))
   "Name to use to call the Guile executable when starting a REPL."
   :type '(choice string (repeat string))
   :group 'geiser-guile)