fix(:lang): ensure lsp! is always appended to hooks

This commit is contained in:
Henrik Lissner
2022-07-25 18:12:03 +02:00
parent a70e634ebd
commit 9cb4c8b637
7 changed files with 12 additions and 10 deletions

View File

@@ -167,7 +167,7 @@
(add-hook! '(html-mode-local-vars-hook
web-mode-local-vars-hook
nxml-mode-local-vars-hook)
#'lsp!))
:append #'lsp!))
(when (featurep! +tree-sitter)
(add-hook! '(html-mode-local-vars-hook