mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Use stock ob-ipython instead of fuxialexander's fork
By @fuxialexander's request
This commit is contained in:
@ -31,7 +31,7 @@
|
|||||||
(when (featurep! :lang crystal)
|
(when (featurep! :lang crystal)
|
||||||
(package! ob-crystal))
|
(package! ob-crystal))
|
||||||
(when (featurep! +ipython)
|
(when (featurep! +ipython)
|
||||||
(package! ob-ipython :recipe (:fetcher github :repo "fuxialexander/ob-ipython" :files ("*")))))
|
(package! ob-ipython)))
|
||||||
|
|
||||||
(when (featurep! +export)
|
(when (featurep! +export)
|
||||||
(package! ox-pandoc)
|
(package! ox-pandoc)
|
||||||
|
Reference in New Issue
Block a user