mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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)
|
||||
(marker-buffer ret))
|
||||
(goto-char ret)))))
|
||||
(goto-char ret)
|
||||
(recenter)
|
||||
t))))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user