mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(common-lisp): amend sly-compat hook
This commit is contained in:
@ -31,8 +31,8 @@
|
||||
:definition #'sly-edit-definition
|
||||
:documentation #'sly-describe-symbol))
|
||||
|
||||
(add-hook! 'lisp-mode
|
||||
(after! sly (sly-lisp-indent-compatibility-mode)))
|
||||
;; This needs to be appended so it fires later than `sly-editing-mode'
|
||||
(add-hook 'lisp-mode-local-vars-hook #'sly-lisp-indent-compatibility-mode 'append)
|
||||
|
||||
;; HACK Ensures that sly's contrib modules are loaded as soon as possible, but
|
||||
;; also as late as possible, so users have an opportunity to override
|
||||
|
Reference in New Issue
Block a user