mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 11:09:54 +00:00
Update the matches segment.
The args of symbol-overlay-get-symbol are changed in e40a7c407f
.
This commit is contained in:
parent
62f48c062e
commit
28ca62c735
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue