Merge pull request #311 from toctan/master
Recenter the screen after goto-symbol
This commit is contained in:
commit
0bc4d51093
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@
|
|||
((overlayp position)
|
||||
(goto-char (overlay-start position)))
|
||||
(t
|
||||
(goto-char position)))))
|
||||
(goto-char position)))
|
||||
(recenter)))
|
||||
((listp symbol-list)
|
||||
(dolist (symbol symbol-list)
|
||||
(let (name position)
|
||||
|
|
Loading…
Reference in a new issue