Fix absolute path in rustic-analyzer-command by default
This commit is contained in:
parent
9816209484
commit
afa6b7ab90
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
||||||
(use-package! rustic
|
(use-package! rustic
|
||||||
:mode ("\\.rs$" . rustic-mode)
|
:mode ("\\.rs$" . rustic-mode)
|
||||||
:commands rustic-run-cargo-command rustic-cargo-outdated
|
:commands rustic-run-cargo-command rustic-cargo-outdated
|
||||||
|
:init
|
||||||
|
;; `rustic-analyzer-command' is set to an absolute path by default, which
|
||||||
|
;; makes rust-analyzer detection needlessly brittle.
|
||||||
|
(setq rustic-analyzer-command '("rust-analyzer"))
|
||||||
:config
|
:config
|
||||||
(set-docsets! 'rustic-mode "Rust")
|
(set-docsets! 'rustic-mode "Rust")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue