lang/crystal: add inf-crystal

This commit is contained in:
Henrik Lissner 2018-02-06 02:04:58 -05:00
parent 0780c16f92
commit a2feac51b2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 5 additions and 1 deletions

View file

@ -13,3 +13,7 @@
(def-package! flycheck-crystal
:after crystal-mode
:config (add-hook 'crystal-mode-hook #'flycheck-mode))
(def-package! inf-crystal
:commands (inf-crystal crystal-switch-to-inf))

View file

@ -3,4 +3,4 @@
(package! crystal-mode)
(package! flycheck-crystal)
(package! inf-crystal)