mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Enable lsp-mode a little later in {html,web}-mode
Gives the user more time to customize the mode before they load, either through {html,web}-mode-hook or file/dir-local variables.
This commit is contained in:
@ -162,4 +162,6 @@
|
||||
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(add-hook! '(html-mode-hook web-mode-hook) #'lsp!))
|
||||
(add-hook! '(html-mode-local-vars-hook
|
||||
web-mode-local-vars-hook)
|
||||
#'lsp!))
|
||||
|
Reference in New Issue
Block a user