Skip to content

Commit bb53fdd

Browse files
committed
Don't manually fontify ANSI escapes in error tracebacks
The fontification is handled by font-lock in the Org buffer. See emacs-jupyter#328 (comment).
1 parent b87ecf0 commit bb53fdd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jupyter-org-client.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ to."
265265
;; is re-added.
266266
(unless (memq 'jupyter-org-add-error-keymap org-font-lock-hook)
267267
(add-hook 'org-font-lock-hook 'jupyter-org-add-error-keymap nil t))
268-
(setq traceback (ansi-color-apply traceback))
269268
(jupyter-org--add-result
270269
req (jupyter-org-comment
271270
(with-temp-buffer

0 commit comments

Comments
 (0)