1

Add hook to automatically initialize SLIME

This commit is contained in:
Jessie Hildebrandt 2023-01-21 21:33:15 -05:00
parent 95a455357a
commit dfa43090b0

View File

@ -1296,8 +1296,8 @@ DOCSTRING is an optional form that is discarded upon expansion."
"Provides an interactive programming environment for Common Lisp."
:custom
(inferior-lisp-program (executable-find "sbcl") "Set SBCL as the default Common Lisp implementation")
:commands
(slime))
:hook
(lisp-mode-hook . slime-mode))
;; ---------------------------------- ;;
;; slime-docker