mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Silence iedit messages emitted from modeline segment
This commit is contained in:
@ -278,7 +278,7 @@ anzu to be enabled."
|
||||
"Show the number of iedit regions matches + what match you're on."
|
||||
(when (bound-and-true-p iedit-mode)
|
||||
(propertize
|
||||
(let ((this-oc (iedit-find-current-occurrence-overlay))
|
||||
(let ((this-oc (let (message-log-max) (iedit-find-current-occurrence-overlay)))
|
||||
(length (or (ignore-errors (length iedit-occurrences-overlays)) 0)))
|
||||
(format
|
||||
" %s/%s "
|
||||
|
Reference in New Issue
Block a user