[Emacs] Set Emacs’ inferior lisp program to SBCL

This commit is contained in:
2022-10-26 13:09:27 +02:00
parent 2e188238a6
commit 430d287e5c

View File

@@ -6797,7 +6797,8 @@ In Lisp buffers, lets enable ~parinfer-rust-mode~.
:after parinfer-rust-mode
:hook (lisp-mode . parinfer-rust-mode)
:config
(put 'defcommand 'lisp-indent-function 'defun))
(put 'defcommand 'lisp-indent-function 'defun)
(setq inferior-lisp-program "/usr/bin/sbcl --noinform"))
#+end_src
My current window manager is StumpWM, inspired by Emacs and written in