Recenter window after lookup commands
This commit is contained in:
parent
6fc7b8c1c4
commit
99904c0e05
1 changed files with 3 additions and 1 deletions
|
@ -145,7 +145,9 @@ Otherwise, these properties are available to be set:
|
|||
#'switch-to-buffer-other-window
|
||||
#'switch-to-buffer)
|
||||
(marker-buffer ret))
|
||||
(goto-char ret)))))
|
||||
(goto-char ret)
|
||||
(recenter)
|
||||
t))))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue