Add: org: +ipython

Add: packages
This commit is contained in:
fuxialexander 2018-05-28 13:56:56 +08:00
parent 28c13c230f
commit f98f7ab552
3 changed files with 243 additions and 1 deletions

View file

@ -29,7 +29,9 @@
(when (featurep! :lang restclient)
(package! ob-restclient))
(when (featurep! :lang crystal)
(package! ob-crystal)))
(package! ob-crystal))
(when (featurep! +ipython)
(package! ob-ipython)))
(when (featurep! +export)
(package! ox-pandoc)