mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
jupyter-org-goto-error-map: Add documentation
This commit is contained in:
parent
9a50c9c9fc
commit
13ee746ee9
1 changed files with 2 additions and 1 deletions
|
@ -119,7 +119,8 @@ source code block. Set by `org-babel-execute:jupyter'.")))
|
|||
(let ((map (make-sparse-keymap)))
|
||||
(define-key map [mouse-2] #'jupyter-org-goto-error)
|
||||
(define-key map (kbd "RET") #'jupyter-org-goto-error)
|
||||
map))
|
||||
map)
|
||||
"Keymap for jumping to an error in a source code block.")
|
||||
|
||||
(defun jupyter-org-goto-error ()
|
||||
"Go to the error location specified by the jupyter-error-loc text property.
|
||||
|
|
Loading…
Add table
Reference in a new issue