summaryrefslogtreecommitdiff
path: root/tw/home/files
diff options
context:
space:
mode:
authorTimo Wilken2023-04-14 19:27:23 +0200
committerTimo Wilken2023-04-16 19:03:54 +0200
commitf4a84adb44d5a6f9d8f4d342f1693dce7eee2ae8 (patch)
tree6f19b6cbadfafe37b4dbe65f57589389f2cb1fe4 /tw/home/files
parent909fc12aaa702d09263156ab0a4199d00b895fab (diff)
Use sbcl by default in Emacs
Diffstat (limited to 'tw/home/files')
-rw-r--r--tw/home/files/emacs-init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el
index 5641a4f6..eac4b666 100644
--- a/tw/home/files/emacs-init.el
+++ b/tw/home/files/emacs-init.el
@@ -639,6 +639,10 @@ For use in `org-latex-classes'."
(use-package aggressive-indent
:hook (scheme-mode emacs-lisp-mode common-lisp-mode sh-mode))
+(use-package inf-lisp
+ :custom
+ (inferior-lisp-program "sbcl"))
+
(defun tw/lisp-evil-setup ()
"Set up evil in general `lisp-mode' buffers."
;; https://github.com/wcsmith/evil-args#customization