mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Don't affect ivy-switch-buffer's transformer
ivy-rich already does this under the hood. This is redundant.
This commit is contained in:
@ -78,8 +78,8 @@ immediately runs it on the current candidate (ending the ivy session)."
|
||||
:hook (ivy-mode . ivy-rich-mode)
|
||||
:config
|
||||
;; Show more buffer information in other switch-buffer commands too
|
||||
(dolist (cmd '(ivy-switch-buffer +ivy/switch-workspace-buffer
|
||||
counsel-projectile-switch-to-buffer))
|
||||
(dolist (cmd '(+ivy/switch-workspace-buffer
|
||||
counsel-projectile-switch-to-buffer))
|
||||
(ivy-set-display-transformer cmd 'ivy-rich--ivy-switch-buffer-transformer)))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user