lang/crystal: crystal-mode & flycheck-crystal

+ 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.
This commit is contained in:
Henrik Lissner 2017-12-07 23:59:49 -05:00
parent ea80992433
commit 59deb20b3b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,6 @@
;; -*- no-byte-compile: t; -*-
;;; lang/crystal/packages.el
(package! crystal-mode :recipe (:fetcher github :repo "dotmilk/emacs-crystal-mode"))
(package! crystal-mode)
(package! flycheck-crystal)