mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
fix(org): jupyter-org-interaction-mode: remove redundant hook
This commit is contained in:
@@ -22,6 +22,13 @@
|
||||
nil t))))
|
||||
|
||||
|
||||
(use-package! jupyter-org-client
|
||||
:defer t
|
||||
:config
|
||||
;; Already handled by `+org--ob-jupyter-initiate-session-a'
|
||||
(remove-hook 'org-mode-hook #'jupyter-org-interaction-mode))
|
||||
|
||||
|
||||
(use-package! ob-jupyter
|
||||
:defer t
|
||||
:init
|
||||
|
Reference in New Issue
Block a user