mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
9 lines
201 B
EmacsLisp
9 lines
201 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/crystal/packages.el
|
|
|
|
(package! crystal-mode)
|
|
(package! inf-crystal)
|
|
(when (featurep! :tools flycheck)
|
|
(package! flycheck-crystal)
|
|
(package! flycheck-ameba))
|