mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Fix typo.
This commit is contained in:
parent
9537876af0
commit
acc128816e
1 changed files with 2 additions and 2 deletions
|
@ -1206,8 +1206,8 @@ Requires `anzu', also `evil-anzu' if using `evil-mode' for compatibility with
|
||||||
|
|
||||||
(defsubst doom-modeline--symbol-overlay ()
|
(defsubst doom-modeline--symbol-overlay ()
|
||||||
"Show the number of matches for symbol overlay."
|
"Show the number of matches for symbol overlay."
|
||||||
(when (and (and (bound-and-true-p symbol-overlay-keywords-alist)
|
(when (and (bound-and-true-p symbol-overlay-keywords-alist)
|
||||||
- (not (bound-and-true-p symbol-overlay-temp-symbol))
|
(not (bound-and-true-p symbol-overlay-temp-symbol))
|
||||||
(not (bound-and-true-p iedit-mode)))
|
(not (bound-and-true-p iedit-mode)))
|
||||||
(let* ((keyword (symbol-overlay-assoc
|
(let* ((keyword (symbol-overlay-assoc
|
||||||
(ignore-errors (symbol-overlay-get-symbol))))
|
(ignore-errors (symbol-overlay-get-symbol))))
|
||||||
|
|
Loading…
Reference in a new issue