mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-03 12:22:25 -08:00
Fix recenter after evil-ex-search-word-forward
This commit is contained in:
parent
a5c6a253c3
commit
ca831ae347
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ directives. By default, this only recognizes C directives.")
|
|||
;; Recenter screen after most searches
|
||||
(dolist (fn '(evil-visualstar/begin-search-forward
|
||||
evil-visualstar/begin-search-backward
|
||||
evil-ex-search-word-backward
|
||||
evil-ex-search-word-forward
|
||||
evil-ex-search-word-backward
|
||||
evil-ex-search-forward
|
||||
evil-ex-search-backward))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue