Replace +lsp|init with lsp! autodef
This commit is contained in:
parent
d46bb287ae
commit
eb3c569e1d
14 changed files with 16 additions and 19 deletions
|
@ -36,7 +36,7 @@
|
|||
;; Tools
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(add-hook! (css-mode sass-mode less-css-mode) #'+lsp|init))
|
||||
(add-hook! (css-mode sass-mode less-css-mode) #'lsp!))
|
||||
|
||||
|
||||
(def-package! counsel-css
|
||||
|
|
|
@ -142,4 +142,4 @@
|
|||
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(add-hook! (html-mode web-mode) #'+lsp|init))
|
||||
(add-hook! (html-mode web-mode) #'lsp!))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue