mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-25 11:21:06 -08:00
13 lines
264 B
EmacsLisp
13 lines
264 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/rust/packages.el
|
|
|
|
;; requires rust cargo racer
|
|
|
|
(package! racer)
|
|
(package! rust-mode)
|
|
|
|
(when (featurep! :feature syntax-checker)
|
|
(package! flycheck-rust))
|
|
|
|
(when (featurep! :completion company)
|
|
(package! company-racer))
|