doomemacs/modules/lang/crystal/packages.el
2020-01-14 03:04:26 -05:00

8 lines
202 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; lang/crystal/packages.el
(package! crystal-mode)
(package! inf-crystal)
(when (featurep! :checkers syntax)
(package! flycheck-crystal)
(package! flycheck-ameba))