[Emacs] Set Emacs’ inferior lisp program to SBCL

This commit is contained in:
Lucien Cartier-Tilet 2022-10-26 13:09:27 +02:00
parent 2e188238a6
commit 430d287e5c
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 1 deletions

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