mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
* Bump to brotzeit/rustic@124e028 Rustic was broken because of brotzeit/rustic#88 * Use longer SHA Co-authored-by: Henrik Lissner <accounts@v0.io>
7 lines
157 B
EmacsLisp
7 lines
157 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/rust/packages.el
|
|
|
|
(package! rustic :pin "124e0286dc")
|
|
(unless (featurep! +lsp)
|
|
(package! racer :pin "a0bdf778f0"))
|