Fix: packages.el: ob-ipython repo

This commit is contained in:
fuxialexander 2018-05-29 18:29:42 +08:00
parent 21631aa8bf
commit d1812e040f

View file

@ -31,7 +31,7 @@
(when (featurep! :lang crystal)
(package! ob-crystal))
(when (featurep! +ipython)
(package! ob-ipython)))
(package! ob-ipython :recipe (:fetcher github :repo "fuxialexander/ob-ipython" :files ("*")))))
(when (featurep! +export)
(package! ox-pandoc)