doomemacs/modules/lang/crystal/packages.el

9 lines
202 B
EmacsLisp
Raw Normal View History

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