lang/crystal: add inf-crystal

This commit is contained in:
Henrik Lissner
2018-02-06 02:04:58 -05:00
parent 0780c16f92
commit a2feac51b2
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))