Add hook to automatically initialize SLIME
This commit is contained in:
parent
95a455357a
commit
dfa43090b0
4
init.el
4
init.el
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user