lang/org: major refactor of +ipython feature

This commit is contained in:
Henrik Lissner 2018-05-30 18:13:22 +02:00
parent 98b439e3bb
commit ebfc5648ef
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 112 additions and 158 deletions

View file

@ -8,7 +8,6 @@
(if (featurep! +babel) (load! "+babel"))
(if (featurep! +capture) (load! "+capture"))
(if (featurep! +export) (load! "+export"))
(if (featurep! +ipython) (load! "+ipython"))
(if (featurep! +present) (load! "+present"))
;; TODO (if (featurep! +publish) (load! "+publish"))