feature/jump: recenter after dumb-jump
This commit is contained in:
parent
9a4a196b69
commit
33a87cec5b
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ produces an url. Used by `+jump/online'.")
|
|||
|
||||
;; Recenter after certain jumps
|
||||
(add-hook!
|
||||
'(imenu-after-jump-hook evil-jumps-post-jump-hook counsel-grep-post-action-hook)
|
||||
'(imenu-after-jump-hook evil-jumps-post-jump-hook
|
||||
counsel-grep-post-action-hook dumb-jump-after-jump-hook)
|
||||
'recenter)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue