mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/rust: use rustic-mode instead on Emacs 26+
This commit is contained in:
@ -1,11 +1,13 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/rust/packages.el
|
||||
|
||||
(when EMACS26+
|
||||
(package! rustic))
|
||||
(package! rust-mode)
|
||||
(package! cargo)
|
||||
|
||||
(when (featurep! :tools flycheck)
|
||||
(package! flycheck-rust))
|
||||
|
||||
(unless (featurep! +lsp)
|
||||
(package! racer))
|
||||
|
||||
;;
|
||||
(package! cargo)
|
||||
|
Reference in New Issue
Block a user