mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
Don't manually fontify ANSI escapes in error tracebacks
The fontification is handled by font-lock in the Org buffer. See https://github.com/nnicandro/emacs-jupyter/issues/328#issuecomment-968406494.
This commit is contained in:
parent
b87ecf0cd3
commit
bb53fdd864
1 changed files with 0 additions and 1 deletions
|
@ -265,7 +265,6 @@ to."
|
|||
;; is re-added.
|
||||
(unless (memq 'jupyter-org-add-error-keymap org-font-lock-hook)
|
||||
(add-hook 'org-font-lock-hook 'jupyter-org-add-error-keymap nil t))
|
||||
(setq traceback (ansi-color-apply traceback))
|
||||
(jupyter-org--add-result
|
||||
req (jupyter-org-comment
|
||||
(with-temp-buffer
|
||||
|
|
Loading…
Add table
Reference in a new issue