parent
ba58beffde
commit
2ba21e5e8b
2 changed files with 1 additions and 5 deletions
|
@ -10,10 +10,6 @@
|
||||||
(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")
|
||||||
(set-popup-rule! "^\\*rustic-compilation" :vslot -1)
|
(set-popup-rule! "^\\*rustic-compilation" :vslot -1)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; lang/rust/packages.el
|
;;; lang/rust/packages.el
|
||||||
|
|
||||||
(package! rustic :pin "6dead0cdd4")
|
(package! rustic :pin "99396915c7")
|
||||||
(unless (featurep! +lsp)
|
(unless (featurep! +lsp)
|
||||||
(package! racer :pin "a0bdf778f0"))
|
(package! racer :pin "a0bdf778f0"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue