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." "Provides an interactive programming environment for Common Lisp."
:custom :custom
(inferior-lisp-program (executable-find "sbcl") "Set SBCL as the default Common Lisp implementation") (inferior-lisp-program (executable-find "sbcl") "Set SBCL as the default Common Lisp implementation")
:commands :hook
(slime)) (lisp-mode-hook . slime-mode))
;; ---------------------------------- ;; ;; ---------------------------------- ;;
;; slime-docker ;; slime-docker