summaryrefslogtreecommitdiff
path: root/tw/home/files
diff options
context:
space:
mode:
authorTimo Wilken2023-04-14 19:27:23 +0200
committerTimo Wilken2023-04-14 19:27:23 +0200
commit222d52e2a7bf687e8507ac3bc6ce249c7cc813f2 (patch)
tree1603d09dff6318ff9cfb7eff93147fad6da0e8ce /tw/home/files
parentf3eab8b014c11eacced5034180e93ee2578a87ba (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 8cf6c20c..b4481ca3 100644
--- a/tw/home/files/emacs-init.el
+++ b/tw/home/files/emacs-init.el
@@ -558,6 +558,10 @@
(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