Don't affect ivy-switch-buffer's transformer
ivy-rich already does this under the hood. This is redundant.
This commit is contained in:
parent
5a079c7fd6
commit
b53b300657
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ immediately runs it on the current candidate (ending the ivy session)."
|
||||||
:hook (ivy-mode . ivy-rich-mode)
|
:hook (ivy-mode . ivy-rich-mode)
|
||||||
:config
|
:config
|
||||||
;; Show more buffer information in other switch-buffer commands too
|
;; Show more buffer information in other switch-buffer commands too
|
||||||
(dolist (cmd '(ivy-switch-buffer +ivy/switch-workspace-buffer
|
(dolist (cmd '(+ivy/switch-workspace-buffer
|
||||||
counsel-projectile-switch-to-buffer))
|
counsel-projectile-switch-to-buffer))
|
||||||
(ivy-set-display-transformer cmd 'ivy-rich--ivy-switch-buffer-transformer)))
|
(ivy-set-display-transformer cmd 'ivy-rich--ivy-switch-buffer-transformer)))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue