From 28ca62c735b1cbb0de8aa610e1a68ef7fb5e0afe Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Sat, 8 Jun 2019 18:49:20 +0800 Subject: [PATCH] Update the matches segment. The args of symbol-overlay-get-symbol are changed in https://github.com/wolray/symbol-overlay/commit/e40a7c407f24158c45eaa5f54ed41f5e416a51dc. --- doom-modeline-segments.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline-segments.el b/doom-modeline-segments.el index f2bfac2..e013e50 100644 --- a/doom-modeline-segments.el +++ b/doom-modeline-segments.el @@ -1129,7 +1129,7 @@ Requires `anzu', also `evil-anzu' if using `evil-mode' for compatibility with (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 (symbol-overlay-get-symbol nil t))) + (let* ((keyword (symbol-overlay-assoc (symbol-overlay-get-symbol t))) (symbol (car keyword)) (before (symbol-overlay-get-list -1 symbol)) (after (symbol-overlay-get-list 1 symbol))