lang/crystal: add inf-crystal
This commit is contained in:
parent
0780c16f92
commit
a2feac51b2
2 changed files with 5 additions and 1 deletions
|
@ -13,3 +13,7 @@
|
||||||
(def-package! flycheck-crystal
|
(def-package! flycheck-crystal
|
||||||
:after crystal-mode
|
:after crystal-mode
|
||||||
:config (add-hook 'crystal-mode-hook #'flycheck-mode))
|
:config (add-hook 'crystal-mode-hook #'flycheck-mode))
|
||||||
|
|
||||||
|
|
||||||
|
(def-package! inf-crystal
|
||||||
|
:commands (inf-crystal crystal-switch-to-inf))
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
|
|
||||||
(package! crystal-mode)
|
(package! crystal-mode)
|
||||||
(package! flycheck-crystal)
|
(package! flycheck-crystal)
|
||||||
|
(package! inf-crystal)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue