mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Replace +lsp|init with lsp! autodef
This commit is contained in:
@ -123,7 +123,7 @@
|
||||
;; Tools
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(add-hook! (js2-mode rjsx-mode typescript-mode) #'+lsp|init))
|
||||
(add-hook! (js2-mode rjsx-mode typescript-mode) #'lsp!))
|
||||
|
||||
|
||||
(def-package! tide
|
||||
|
Reference in New Issue
Block a user