Move ob-racket to lang/org & cleanup
+ Remove redundant ob-crystal block + Move ob-ipython into separate section + Move ob-racket from lang/racket
This commit is contained in:
parent
884173112c
commit
66056e7a5d
2 changed files with 5 additions and 7 deletions
|
@ -18,6 +18,9 @@
|
|||
(package! ob-sql-mode)
|
||||
(package! ob-translate)
|
||||
|
||||
(when (featurep! +ipython)
|
||||
(package! ob-ipython))
|
||||
|
||||
(when (featurep! :lang nim)
|
||||
(package! ob-nim))
|
||||
(when (featurep! :lang crystal)
|
||||
|
@ -28,10 +31,8 @@
|
|||
(package! ob-rust))
|
||||
(when (featurep! :lang rest)
|
||||
(package! ob-restclient))
|
||||
(when (featurep! :lang crystal)
|
||||
(package! ob-crystal))
|
||||
(when (featurep! +ipython)
|
||||
(package! ob-ipython)))
|
||||
(when (featurep! :lang racket)
|
||||
(package! ob-racket :recipe (:fetcher github :repo "DEADB17/ob-racket"))))
|
||||
|
||||
(when (featurep! +export)
|
||||
(package! ox-pandoc)
|
||||
|
|
|
@ -2,6 +2,3 @@
|
|||
;;; lang/racket/packages.el
|
||||
|
||||
(package! racket-mode)
|
||||
|
||||
(when (featurep! :lang org +babel)
|
||||
(package! ob-racket :recipe (:fetcher github :repo "DEADB17/ob-racket")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue