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:
parent
45aae7f15b
commit
9de445c189
1 changed files with 3 additions and 1 deletions
|
@ -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!))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue