Fix #3219: icon repetition after doom/reload
Due to faulty member detection (`cl-pushnew` uses `eql` by default, which can't compare compound data structures).
This commit is contained in:
parent
ee5d0a8781
commit
f5e120eefe
1 changed files with 2 additions and 1 deletions
|
@ -112,7 +112,8 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
|||
(when (featurep! +icons)
|
||||
(cl-pushnew '(+ivy-rich-buffer-icon)
|
||||
(cadr (plist-get ivy-rich-display-transformers-list
|
||||
'ivy-switch-buffer))))
|
||||
'ivy-switch-buffer))
|
||||
:test #'equal))
|
||||
|
||||
;; Enahnce the appearance of a couple counsel commands
|
||||
(plist-put! ivy-rich-display-transformers-list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue