mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
fix(org): jupyter-org-interaction-mode: remove redundant hook
This commit is contained in:
parent
6a270b64d5
commit
fd03386f6d
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue