doomemacs/modules/lang/rust/packages.el

7 lines
217 B
EmacsLisp
Raw Normal View History

2017-02-19 18:57:16 -05:00
;; -*- no-byte-compile: t; -*-
;;; lang/rust/packages.el
2020-01-14 22:32:11 -05:00
(package! rustic :pin "319e85515918ad8cc5348d945ebdf2a1718e1a64")
2019-02-23 14:05:12 +08:00
(unless (featurep! +lsp)
2020-01-14 22:32:11 -05:00
(package! racer :pin "a0bdf778f01e8c4b8a92591447257422ac0b455b"))