Fix sly-mode not activating on lisp-mode
Due to changes upstream (joaotavora/sly@becf7b7)
This commit is contained in:
parent
fee16ed73f
commit
f3496e7bc6
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
(use-package! sly
|
||||
:defer t
|
||||
:hook (lisp-mode-local-vars . sly-editing-mode)
|
||||
:init
|
||||
(after! lisp-mode
|
||||
(set-repl-handler! 'lisp-mode #'sly-mrepl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue