mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Disable anzu modeline.
This commit is contained in:
parent
04641d5643
commit
14e4b8ba5a
1 changed files with 1 additions and 0 deletions
|
@ -735,6 +735,7 @@ lines are selected, or the NxM dimensions of a block selection."
|
|||
(defsubst doom-modeline--anzu ()
|
||||
"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 anzu--state (not iedit-mode))
|
||||
(propertize
|
||||
(let ((here anzu--current-position)
|
||||
|
|
Loading…
Reference in a new issue