mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 11:09:54 +00:00
Refactor doom-modeline--symbol-overlay.
This commit is contained in:
parent
34cc69a8df
commit
2b0f9ea1df
1 changed files with 1 additions and 2 deletions
|
@ -1032,8 +1032,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
|
||||
(ignore-errors (symbol-overlay-get-symbol))))
|
||||
(let* ((keyword (symbol-overlay-assoc (symbol-overlay-get-symbol nil t)))
|
||||
(symbol (car keyword))
|
||||
(before (symbol-overlay-get-list -1 symbol))
|
||||
(after (symbol-overlay-get-list 1 symbol))
|
||||
|
|
Loading…
Reference in a new issue