diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/init.el b/init.el index 1b4ba12..a7c8128 100644 --- a/init.el +++ b/init.el | |||
@@ -737,14 +737,14 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
737 | (setup (:straight eros) | 737 | (setup (:straight eros) |
738 | (:hook-into emacs-lisp-mode))) | 738 | (:hook-into emacs-lisp-mode))) |
739 | 739 | ||
740 | (when-let (lisp-bin (or (executable-find "sbcl") | 740 | (setup (:straight geiser)) |
741 | (executable-find "clisp"))) | 741 | |
742 | (when-let (lisp-bin (or (executable-find "clisp") | ||
743 | (executable-find "sbcl"))) | ||
742 | (setup (:straight slime) | 744 | (setup (:straight slime) |
743 | (require 'slime-autoloads) | 745 | (require 'slime-autoloads) |
744 | (:option inferior-lisp-program lisp-bin))) | 746 | (:option inferior-lisp-program lisp-bin))) |
745 | 747 | ||
746 | (setup (:straight geiser)) | ||
747 | |||
748 | (when (executable-find "fennel") | 748 | (when (executable-find "fennel") |
749 | (setup (:straight fennel-mode) | 749 | (setup (:straight fennel-mode) |
750 | (autoload 'fennel-mode "fennel-mode" nil t) | 750 | (autoload 'fennel-mode "fennel-mode" nil t) |