From c0bbc7b84031baa416232769b45e193a5cac6688 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 3 Apr 2021 09:47:35 -0500 Subject: Add `geiser' --- init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 4580aed..3a18827 100644 --- a/init.el +++ b/init.el @@ -853,6 +853,11 @@ if ripgrep is installed, otherwise `consult-grep'." (:option (append auto-mode-alist) '("\\.fnl\\'" . fennel-mode)) (:bind "C-c C-c" ))) +;;;;; Guile Scheme +(when (or (executable-find "guile") + (exectuable-find "csi") + (executable-find "racket")) + (setup (:straight geiser))) ;;;; Lua (setup (:straight lua-mode) -- cgit 1.4.1-21-gabe81