mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Prevent anzu from injecting itself into modeline
This commit is contained in:
parent
cbc74f0e9e
commit
fb8e06a0b4
1 changed files with 1 additions and 1 deletions
|
@ -931,6 +931,7 @@ lines are selected, or the NxM dimensions of a block selection."
|
|||
|
||||
(advice-add #'anzu--where-is-here :override #'doom-modeline-fix-anzu-count)
|
||||
|
||||
(setq anzu-cons-mode-line-p nil) ; manage modeline segment ourselves
|
||||
;; Ensure anzu state is cleared when searches & iedit are done
|
||||
(with-eval-after-load 'anzu
|
||||
(add-hook 'isearch-mode-end-hook #'anzu--reset-status t)
|
||||
|
@ -941,7 +942,6 @@ lines are selected, or the NxM dimensions of a block selection."
|
|||
"Show the match index and total number thereof.
|
||||
Requires `anzu', also `evil-anzu' if using `evil-mode' for compatibility with
|
||||
`evil-search'."
|
||||
(setq anzu-cons-mode-line-p nil)
|
||||
(when (and (bound-and-true-p anzu--state)
|
||||
(not (bound-and-true-p iedit-mode)))
|
||||
(propertize
|
||||
|
|
Loading…
Reference in a new issue