mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
+ 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.
7 lines
114 B
EmacsLisp
7 lines
114 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/crystal/packages.el
|
|
|
|
(package! crystal-mode)
|
|
(package! flycheck-crystal)
|
|
|