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."
|
"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
|
||||||
|
Loading…
Reference in New Issue
Block a user