mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Fix iedit subst.
This commit is contained in:
parent
71c5047d3b
commit
051528a52a
1 changed files with 1 additions and 1 deletions
|
@ -845,7 +845,7 @@ Requires `anzu', also `evil-anzu' if using `evil-mode' for compatibility with
|
|||
|
||||
(defsubst doom-modeline--iedit ()
|
||||
"Show the number of iedit regions matches + what match you're on."
|
||||
(when (and (featurep 'iedit) iedit-mode iedit-occurrences-overlays)
|
||||
(when (and (bound-and-true-p iedit-mode) (bound-and-true-p iedit-occurrences-overlays))
|
||||
(propertize
|
||||
(let ((this-oc (or (let ((inhibit-message t))
|
||||
(iedit-find-current-occurrence-overlay))
|
||||
|
|
Loading…
Reference in a new issue