Dont start slime after opening lisp file
This commit is contained in:
parent
3dc871819d
commit
a7d7ab2a61
1 changed files with 1 additions and 2 deletions
3
init.el
3
init.el
|
@ -925,8 +925,7 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
|||
:ensure nil
|
||||
:hook ((lisp-mode . (lambda () (face-remap-add-relative 'font-lock-function-name-face
|
||||
nil
|
||||
:underline t)))
|
||||
(slime-mode . (lambda () (unless (slime-connected-p) (save-excursion (slime))))))
|
||||
:underline t))))
|
||||
:mode (("\\.lisp$" . lisp-mode)
|
||||
("\\.lsp$" . lisp-mode)
|
||||
("\\.cl$" . lisp-mode)
|
||||
|
|
Loading…
Add table
Reference in a new issue