fix(:lang): ensure lsp! is always appended to hooks
This commit is contained in:
parent
a70e634ebd
commit
9cb4c8b637
7 changed files with 12 additions and 10 deletions
|
@ -4,8 +4,9 @@
|
|||
;;; Packages
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(add-hook! '(tuareg-mode-local-vars-hook reason-mode-local-vars-hook)
|
||||
#'lsp!))
|
||||
(add-hook! '(tuareg-mode-local-vars-hook
|
||||
reason-mode-local-vars-hook)
|
||||
:append #'lsp!))
|
||||
|
||||
|
||||
(after! tuareg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue