From ff3f18ccaf6f7885fa2362b8737bb7275f4c951a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 30 May 2018 18:15:02 +0200 Subject: [PATCH] Use stock ob-ipython instead of fuxialexander's fork By @fuxialexander's request --- modules/lang/org/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/org/packages.el b/modules/lang/org/packages.el index b09375c88..da17aa643 100644 --- a/modules/lang/org/packages.el +++ b/modules/lang/org/packages.el @@ -31,7 +31,7 @@ (when (featurep! :lang crystal) (package! ob-crystal)) (when (featurep! +ipython) - (package! ob-ipython :recipe (:fetcher github :repo "fuxialexander/ob-ipython" :files ("*"))))) + (package! ob-ipython))) (when (featurep! +export) (package! ox-pandoc)