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:
Henrik Lissner
2020-05-01 19:53:19 -04:00
parent 45aae7f15b
commit 9de445c189

View File

@ -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!))