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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
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)