doomemacs/modules/lang/rust/packages.el

12 lines
205 B
EmacsLisp
Raw Normal View History

2017-02-19 18:57:16 -05:00
;; -*- no-byte-compile: t; -*-
;;; lang/rust/packages.el
(package! rust-mode)
2019-07-04 20:58:44 +02:00
(package! cargo)
2017-02-19 18:57:16 -05:00
(when (featurep! :tools flycheck)
(package! flycheck-rust))
2019-02-23 14:05:12 +08:00
(unless (featurep! +lsp)
(package! racer))