~northyear/dotemacs

78cf9f90b4c5e3f0d4b47bb4348562f8a1975282 — Milan Glacier 9 months ago b78a87d android/gui
fix: don't use `emacs-jupyter` package on android GUI.
1 files changed, 2 insertions(+), 2 deletions(-)

M lisp/my-init-org.el
M lisp/my-init-org.el => lisp/my-init-org.el +2 -2
@@ 3,12 3,12 @@
(straight-use-package '(org :type built-in))
(straight-use-package 'evil-org)
(straight-use-package 'org-appear)
(straight-use-package 'jupyter)
;; (straight-use-package 'jupyter)
(straight-use-package 'org-re-reveal)
(straight-use-package 'ox-clip)
(straight-use-package 'org-download)

(defvar my$jupyter-want-integration t
(defvar my$jupyter-want-integration nil
    "Enable jupyter integration. which entails configuring it as an
org-babel backend and allowing for direct editing of Jupyter notebooks
within Emacs.")