mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
fix(common-lisp): amend sly-compat hook
This commit is contained in:
@ -31,8 +31,8 @@
|
|||||||
:definition #'sly-edit-definition
|
:definition #'sly-edit-definition
|
||||||
:documentation #'sly-describe-symbol))
|
:documentation #'sly-describe-symbol))
|
||||||
|
|
||||||
(add-hook! 'lisp-mode
|
;; This needs to be appended so it fires later than `sly-editing-mode'
|
||||||
(after! sly (sly-lisp-indent-compatibility-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
|
;; 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
|
;; also as late as possible, so users have an opportunity to override
|
||||||
|
Reference in New Issue
Block a user