lang/org: add +jupyter feature, deprecate +ipython

And disable +pandoc by default

Relevant to #2198
This commit is contained in:
Henrik Lissner
2019-12-16 19:23:08 -05:00
parent 11acc30400
commit e782ef1d97
4 changed files with 23 additions and 5 deletions

View File

@@ -46,6 +46,8 @@
(package! gnuplot-mode))
(when (featurep! +ipython)
(package! ob-ipython))
(when (featurep! +jupyter)
(package! jupyter))
(when (featurep! +pomodoro)
(package! org-pomodoro))
(when (featurep! +present)