feat(emacs/lean-info): push marker to go back after find-definition
This commit is contained in:
parent
25803e745c
commit
cd32335c51
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@
|
|||
(funcall cont record))))))
|
||||
|
||||
(cl-defun lean-find-definition-cont (&key file line column)
|
||||
(when (fboundp 'xref-push-marker-stack) (xref-push-marker-stack))
|
||||
(when file
|
||||
(find-file file))
|
||||
(goto-char (point-min))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue