Fix cp-switch-to-buffer-transformer following previous commit
This commit is contained in:
parent
a9331c1fad
commit
79d709b531
1 changed files with 1 additions and 1 deletions
|
|
@ -572,7 +572,7 @@ names as in `ivy--buffer-list', and remove current buffer if
|
||||||
"Transform candidate STR when switching project buffers.
|
"Transform candidate STR when switching project buffers.
|
||||||
|
|
||||||
This simply applies the same transformer as in `ivy-switch-buffer', which is `ivy-switch-buffer-transformer' by default but could have been modified e.g. by the ivy-rich package."
|
This simply applies the same transformer as in `ivy-switch-buffer', which is `ivy-switch-buffer-transformer' by default but could have been modified e.g. by the ivy-rich package."
|
||||||
(funcall (plist-get ivy--display-transformers-alist 'ivy-switch-buffer)
|
(funcall (ivy-alist-setting ivy--display-transformers-alist 'ivy-switch-buffer)
|
||||||
str))
|
str))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue