2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/crystal/packages.el
|
|
|
|
|
2017-12-07 23:59:49 -05:00
|
|
|
(package! crystal-mode)
|
2018-02-06 02:04:58 -05:00
|
|
|
(package! inf-crystal)
|
2020-01-14 03:04:26 -05:00
|
|
|
(when (featurep! :checkers syntax)
|
2019-10-19 14:54:31 -04:00
|
|
|
(package! flycheck-crystal)
|
|
|
|
(package! flycheck-ameba))
|