doomemacs/modules/lang/rust/packages.el

11 lines
188 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)
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))