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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

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