mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -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))
|
||||
|
Reference in New Issue
Block a user