mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-30 17:01:02 -05:00
lang/org: add +jupyter feature, deprecate +ipython
And disable +pandoc by default Relevant to #2198
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user