mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
11 lines
233 B
EmacsLisp
11 lines
233 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/rust/packages.el
|
|
|
|
(@package racer)
|
|
(@package rust-mode)
|
|
|
|
(when (@featurep :feature syntax-checker)
|
|
(@package flycheck-rust))
|
|
(when (@featurep :completion company)
|
|
(@package company-racer))
|