lang/org: add ob-crystal

This commit is contained in:
Henrik Lissner
2018-02-11 02:57:46 -05:00
parent c3fb916435
commit cf75e203b6

View File

@ -16,6 +16,8 @@
(package! ob-sql-mode)
(package! ob-translate)
(when (featurep! :lang crystal)
(package! ob-crystal))
(when (featurep! :lang go)
(package! ob-go))
(when (featurep! :lang rust)