lang/org: alphabetize babel plugins
This commit is contained in:
parent
7b881c771a
commit
824abaf2e6
1 changed files with 6 additions and 6 deletions
|
@ -22,18 +22,18 @@
|
||||||
(when (featurep! +ipython)
|
(when (featurep! +ipython)
|
||||||
(package! ob-ipython))
|
(package! ob-ipython))
|
||||||
|
|
||||||
(when (featurep! :lang nim)
|
|
||||||
(package! ob-nim))
|
|
||||||
(when (featurep! :lang crystal)
|
(when (featurep! :lang crystal)
|
||||||
(package! ob-crystal))
|
(package! ob-crystal))
|
||||||
(when (featurep! :lang go)
|
(when (featurep! :lang go)
|
||||||
(package! ob-go))
|
(package! ob-go))
|
||||||
(when (featurep! :lang rust)
|
(when (featurep! :lang nim)
|
||||||
(package! ob-rust))
|
(package! ob-nim))
|
||||||
|
(when (featurep! :lang racket)
|
||||||
|
(package! ob-racket :recipe (:fetcher github :repo "DEADB17/ob-racket")))
|
||||||
(when (featurep! :lang rest)
|
(when (featurep! :lang rest)
|
||||||
(package! ob-restclient))
|
(package! ob-restclient))
|
||||||
(when (featurep! :lang racket)
|
(when (featurep! :lang rust)
|
||||||
(package! ob-racket :recipe (:fetcher github :repo "DEADB17/ob-racket"))))
|
(package! ob-rust)))
|
||||||
|
|
||||||
(when (featurep! +export)
|
(when (featurep! +export)
|
||||||
(package! ox-pandoc)
|
(package! ox-pandoc)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue