[Emacs] Set Emacs’ inferior lisp program to SBCL
This commit is contained in:
parent
2e188238a6
commit
430d287e5c
@ -6797,7 +6797,8 @@ In Lisp buffers, let’s enable ~parinfer-rust-mode~.
|
|||||||
:after parinfer-rust-mode
|
:after parinfer-rust-mode
|
||||||
:hook (lisp-mode . parinfer-rust-mode)
|
:hook (lisp-mode . parinfer-rust-mode)
|
||||||
:config
|
:config
|
||||||
(put 'defcommand 'lisp-indent-function 'defun))
|
(put 'defcommand 'lisp-indent-function 'defun)
|
||||||
|
(setq inferior-lisp-program "/usr/bin/sbcl --noinform"))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
My current window manager is StumpWM, inspired by Emacs and written in
|
My current window manager is StumpWM, inspired by Emacs and written in
|
||||||
|
Loading…
Reference in New Issue
Block a user