+ Add flycheck integration for the Crystal language, powered by flycheck-crystal. + Use the ELPA source for crystal-mode. The former QUELPA soruce (dotmilk's fork) is no longer maintained.
6 lines
114 B
EmacsLisp
6 lines
114 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/crystal/packages.el
|
|
|
|
(package! crystal-mode)
|
|
(package! flycheck-crystal)
|
|
|