Recenter the screen after goto-symbol
This commit is contained in:
parent
3996597b44
commit
cca24f3bb9
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@
|
||||||
((overlayp position)
|
((overlayp position)
|
||||||
(goto-char (overlay-start position)))
|
(goto-char (overlay-start position)))
|
||||||
(t
|
(t
|
||||||
(goto-char position)))))
|
(goto-char position)))
|
||||||
|
(recenter)))
|
||||||
((listp symbol-list)
|
((listp symbol-list)
|
||||||
(dolist (symbol symbol-list)
|
(dolist (symbol symbol-list)
|
||||||
(let (name position)
|
(let (name position)
|
||||||
|
|
Loading…
Reference in a new issue