Fix org mu4e stuff
This commit is contained in:
7
init.el
7
init.el
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user