Skip to content

Commit

Permalink
Upstream name change: ivy--display-transformers-list -> -alist
Browse files Browse the repository at this point in the history
  • Loading branch information
leungbk committed May 21, 2020
1 parent 1d0b7d2 commit a9331c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion counsel-projectile.el
Expand Up @@ -572,7 +572,7 @@ names as in `ivy--buffer-list', and remove current buffer if
"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."
(funcall (plist-get ivy--display-transformers-list 'ivy-switch-buffer)
(funcall (plist-get ivy--display-transformers-alist 'ivy-switch-buffer)
str))

;;;###autoload
Expand Down

0 comments on commit a9331c1

Please sign in to comment.