mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Revert "Load hooks for anzu--reset-status immediately."
This reverts commit 752bb05e73
.
This commit is contained in:
parent
752bb05e73
commit
36e081f912
1 changed files with 4 additions and 3 deletions
|
@ -421,9 +421,10 @@ active.")
|
||||||
;; anzu--last-isearch-string anzu--overflow-p))
|
;; anzu--last-isearch-string anzu--overflow-p))
|
||||||
|
|
||||||
;; Ensure anzu state is cleared when searches & iedit are done
|
;; Ensure anzu state is cleared when searches & iedit are done
|
||||||
(add-hook 'isearch-mode-end-hook #'anzu--reset-status t)
|
(with-eval-after-load 'anzu
|
||||||
(add-hook 'iedit-mode-end-hook #'anzu--reset-status)
|
(add-hook 'isearch-mode-end-hook #'anzu--reset-status t)
|
||||||
(advice-add #'evil-force-normal-state :after #'anzu--reset-status)
|
(add-hook 'iedit-mode-end-hook #'anzu--reset-status)
|
||||||
|
(advice-add #'evil-force-normal-state :after #'anzu--reset-status))
|
||||||
|
|
||||||
;; Keep `doom-modeline-current-window' up-to-date
|
;; Keep `doom-modeline-current-window' up-to-date
|
||||||
(defvar doom-modeline-current-window (frame-selected-window))
|
(defvar doom-modeline-current-window (frame-selected-window))
|
||||||
|
|
Loading…
Reference in a new issue