mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Recenter window after lookup commands
This commit is contained in:
@ -145,7 +145,9 @@ Otherwise, these properties are available to be set:
|
|||||||
#'switch-to-buffer-other-window
|
#'switch-to-buffer-other-window
|
||||||
#'switch-to-buffer)
|
#'switch-to-buffer)
|
||||||
(marker-buffer ret))
|
(marker-buffer ret))
|
||||||
(goto-char ret)))))
|
(goto-char ret)
|
||||||
|
(recenter)
|
||||||
|
t))))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user