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:
@ -31,4 +31,4 @@
|
||||
(def-package! lsp-scala
|
||||
:when (featurep! +lsp)
|
||||
:after scala-mode
|
||||
:init (add-hook 'scala-mode-hook #'+lsp|init))
|
||||
:init (add-hook 'scala-mode-hook #'lsp!))
|
||||
|
Reference in New Issue
Block a user