fix(common-lisp): amend sly-compat hook
This commit is contained in:
parent
bc58da7c78
commit
f67f391443
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue