mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fixes for ivy-switch-buffer icons
Corrects the ivy-switch-buffer transformer to use buffer icons (not file icons), and fixes alignment issues in the icon display.
This commit is contained in:
@ -88,7 +88,7 @@ immediately runs it on the current candidate (ending the ivy session)."
|
||||
:after ivy
|
||||
:config
|
||||
(when (featurep! +icons)
|
||||
(cl-pushnew '(all-the-icons-ivy-icon-for-file (:width 2 :align right))
|
||||
(cl-pushnew '(+ivy-rich-buffer-icon)
|
||||
(cadr (plist-get ivy-rich-display-transformers-list
|
||||
'ivy-switch-buffer))))
|
||||
|
||||
|
Reference in New Issue
Block a user