2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/crystal/packages.el
|
|
|
|
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! crystal-mode :pin "2428b01624")
|
|
|
|
(package! inf-crystal :pin "02007b2a2a")
|
2020-01-14 03:04:26 -05:00
|
|
|
(when (featurep! :checkers syntax)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! flycheck-crystal :pin "2428b01624")
|
|
|
|
(package! flycheck-ameba :pin "0c4925ae0e"))
|