Fix typo.

This commit is contained in:
Vincent Zhang 2019-01-01 00:45:51 +08:00
parent 9537876af0
commit acc128816e

View file

@ -1206,8 +1206,8 @@ Requires `anzu', also `evil-anzu' if using `evil-mode' for compatibility with
(defsubst doom-modeline--symbol-overlay ()
"Show the number of matches for symbol overlay."
(when (and (and (bound-and-true-p symbol-overlay-keywords-alist)
- (not (bound-and-true-p symbol-overlay-temp-symbol))
(when (and (bound-and-true-p symbol-overlay-keywords-alist)
(not (bound-and-true-p symbol-overlay-temp-symbol))
(not (bound-and-true-p iedit-mode)))
(let* ((keyword (symbol-overlay-assoc
(ignore-errors (symbol-overlay-get-symbol))))