lang/org: add ob-crystal

This commit is contained in:
Henrik Lissner 2018-02-11 02:57:46 -05:00
parent c3fb916435
commit cf75e203b6
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

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)