From acc128816e3333840e2466d54ed77a9c8d8f7f6d Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Tue, 1 Jan 2019 00:45:51 +0800 Subject: [PATCH] Fix typo. --- doom-modeline.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doom-modeline.el b/doom-modeline.el index 1997e43..87fb4e4 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -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))))