mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
jupyter-handle-error (:after, python): Inherit text properties
This ensures that the `jupyter-repl-traceback` face is used for the face of the inserted spaces.
This commit is contained in:
parent
ac2b5ccfbe
commit
b31c23861e
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ buffer."
|
|||
(- (point) (line-beginning-position))
|
||||
(- (line-end-position) (point)))))
|
||||
(jupyter-repl-insert
|
||||
:inherit t
|
||||
(make-string (if (> len 4) len 4) ? ))))))))
|
||||
|
||||
(cl-defmethod jupyter-insert :around ((msg cons)
|
||||
|
|
Loading…
Add table
Reference in a new issue