mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/rust: fix cannot load file t error with +lsp
This commit is contained in:
@ -42,7 +42,7 @@
|
||||
:config
|
||||
(setq rustic-indent-method-chain rust-indent-method-chain
|
||||
rustic-flycheck-setup-mode-line-p nil
|
||||
rustic-rls-pkg (featurep! +lsp)))
|
||||
rustic-rls-pkg (if (featurep! +lsp) 'lsp-mode)))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user