mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix sly-mode not activating on lisp-mode
Due to changes upstream (joaotavora/sly@becf7b7)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user