lang/rust: fix cannot load file t error with +lsp

This commit is contained in:
Henrik Lissner
2019-07-09 18:46:27 +02:00
parent cc3a793407
commit 7f735bcafa

View File

@ -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)))
;;