mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
7 lines
121 B
EmacsLisp
7 lines
121 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/rust/packages.el
|
|
|
|
(package! rustic)
|
|
(unless (featurep! +lsp)
|
|
(package! racer))
|