mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-27 12:21:39 -08:00
6 lines
157 B
EmacsLisp
6 lines
157 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/rust/packages.el
|
|
|
|
(package! rustic :pin "99396915c7")
|
|
(unless (featurep! +lsp)
|
|
(package! racer :pin "a0bdf778f0"))
|