Recenter window after lookup commands

This commit is contained in:
Henrik Lissner 2019-02-27 15:57:52 -05:00
parent 6fc7b8c1c4
commit 99904c0e05
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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))))
;;