mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
9 lines
274 B
EmacsLisp
9 lines
274 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/crystal/packages.el
|
|
|
|
(package! crystal-mode :pin "2428b01624")
|
|
(package! inf-crystal :pin "02007b2a2a")
|
|
(when (featurep! :checkers syntax)
|
|
(package! flycheck-crystal :pin "2428b01624")
|
|
(package! flycheck-ameba :pin "0c4925ae0e"))
|