Fix org mu4e stuff

This commit is contained in:
2026-02-21 22:26:38 -08:00
parent b038fc3e10
commit e012ed7fea

View File

@ -2338,7 +2338,8 @@ Note that this erases the buffer before doing anything."
retval)))
(advice-add 'jupyter-kernel-language-mode-properties
:filter-return #'my/-jupyter-dont-use-ts-modes)
:config
(with-eval-after-load 'jupyter-org-client
;; fix some bugs
(defun my/-fix-jupyter-org--set-src-block-cache (oldfun)
(unless jupyter-org--src-block-cache
@ -2358,8 +2359,8 @@ Note that this erases the buffer before doing anything."
(when (derived-mode-p 'org-mode)
(apply oldfun args)))
(advice-add 'jupyter-org--define-key-filter :around
#'my/-fix-jupyter-org--define-key-filter)
#'my/-fix-jupyter-org--define-key-filter))
:config
(face-spec-set 'jupyter-repl-traceback
'((default . (:background unspecified)))
'face-override-spec)