lang/rust: use rustic-mode instead on Emacs 26+

This commit is contained in:
Henrik Lissner
2019-07-09 17:54:18 +02:00
parent 683683736d
commit 236c9ceeab
2 changed files with 60 additions and 29 deletions

View File

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