Don't affect ivy-switch-buffer's transformer

ivy-rich already does this under the hood. This is redundant.
This commit is contained in:
Henrik Lissner 2018-09-23 16:30:43 -04:00
parent 5a079c7fd6
commit b53b300657
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -78,7 +78,7 @@ 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
(dolist (cmd '(+ivy/switch-workspace-buffer
counsel-projectile-switch-to-buffer))
(ivy-set-display-transformer cmd 'ivy-rich--ivy-switch-buffer-transformer)))