mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Reset anzu state when isearch is done.
This commit is contained in:
parent
e168c719da
commit
1fd66c449c
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ active.")
|
|||
;; anzu--last-isearch-string anzu--overflow-p))
|
||||
|
||||
;; Ensure anzu state is cleared when searches & iedit are done
|
||||
;; (add-hook 'isearch-mode-end-hook #'anzu--reset-status t)
|
||||
(add-hook 'isearch-mode-end-hook #'anzu--reset-status t)
|
||||
;; (add-hook '+evil-esc-hook #'anzu--reset-status t)
|
||||
(add-hook 'iedit-mode-end-hook #'anzu--reset-status)
|
||||
|
||||
|
|
Loading…
Reference in a new issue