mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
fix(:lang): ensure lsp! is always appended to hooks
This commit is contained in:
@@ -76,7 +76,7 @@ If set to `nil', disable all the above behaviors.")
|
||||
scss-mode-local-vars-hook
|
||||
sass-mode-local-vars-hook
|
||||
less-css-mode-local-vars-hook)
|
||||
#'lsp!))
|
||||
:append #'lsp!))
|
||||
|
||||
(when (featurep! +tree-sitter)
|
||||
(add-hook 'css-mode-local-vars-hook #'tree-sitter! 'append))
|
||||
|
@@ -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