lang/org: add +jupyter feature, deprecate +ipython
And disable +pandoc by default Relevant to #2198
This commit is contained in:
parent
11acc30400
commit
e782ef1d97
4 changed files with 23 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue