Replace +lsp|init with lsp! autodef

This commit is contained in:
Henrik Lissner
2019-03-02 01:33:54 -05:00
parent d46bb287ae
commit eb3c569e1d
14 changed files with 16 additions and 19 deletions

View File

@ -142,4 +142,4 @@
(when (featurep! +lsp)
(add-hook! (html-mode web-mode) #'+lsp|init))
(add-hook! (html-mode web-mode) #'lsp!))