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:
@ -6,7 +6,7 @@
|
||||
(setq rust-indent-method-chain t)
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(add-hook 'rust-mode-hook #'+lsp|init))
|
||||
(add-hook 'rust-mode-hook #'lsp!))
|
||||
|
||||
(map! :map rust-mode-map
|
||||
:localleader
|
||||
|
Reference in New Issue
Block a user