mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #2697: add ob-hy to lang/org
This commit is contained in:
@ -80,6 +80,8 @@
|
|||||||
(package! ob-crystal :pin "d84c1adee4"))
|
(package! ob-crystal :pin "d84c1adee4"))
|
||||||
(when (featurep! :lang go)
|
(when (featurep! :lang go)
|
||||||
(package! ob-go :pin "2067ed55f4"))
|
(package! ob-go :pin "2067ed55f4"))
|
||||||
|
(when (featurep! :lang hy)
|
||||||
|
(package! ob-hy :pin "a42ecaf440"))
|
||||||
(when (featurep! :lang nim)
|
(when (featurep! :lang nim)
|
||||||
(package! ob-nim :pin "bf1642cb93"))
|
(package! ob-nim :pin "bf1642cb93"))
|
||||||
(when (featurep! :lang racket)
|
(when (featurep! :lang racket)
|
||||||
|
Reference in New Issue
Block a user