mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
14 lines
243 B
EmacsLisp
14 lines
243 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/rust/packages.el
|
|
|
|
(when EMACS26+
|
|
(package! rustic))
|
|
(package! rust-mode)
|
|
(when (featurep! :tools flycheck)
|
|
(package! flycheck-rust))
|
|
(unless (featurep! +lsp)
|
|
(package! racer))
|
|
|
|
;;
|
|
(package! cargo)
|