lang/rust: use rustic-mode instead on Emacs 26+
This commit is contained in:
parent
683683736d
commit
236c9ceeab
2 changed files with 60 additions and 29 deletions
|
@ -1,11 +1,13 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/rust/packages.el
|
||||
|
||||
(when EMACS26+
|
||||
(package! rustic))
|
||||
(package! rust-mode)
|
||||
(package! cargo)
|
||||
|
||||
(when (featurep! :tools flycheck)
|
||||
(package! flycheck-rust))
|
||||
|
||||
(unless (featurep! +lsp)
|
||||
(package! racer))
|
||||
|
||||
;;
|
||||
(package! cargo)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue