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

@ -9,3 +9,7 @@
(:exec . "%c %s")
(:description . "Run Crystal script"))))
(def-package! flycheck-crystal
:after crystal-mode
:config (add-hook 'crystal-mode-hook #'flycheck-mode))