From 1fd66c449ca83a93290495ab997a0b04a6b76961 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Thu, 18 Oct 2018 02:27:14 +0800 Subject: [PATCH] Reset anzu state when isearch is done. --- doom-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline.el b/doom-modeline.el index ffe9c3f..e9dac92 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -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)