mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
fix(:lang): ensure lsp! is always appended to hooks
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user