From 79d709b531ba6c9b1664f0a93f1c1d029a8234c3 Mon Sep 17 00:00:00 2001 From: Eric Danan Date: Fri, 22 May 2020 11:49:27 +0100 Subject: [PATCH] Fix cp-switch-to-buffer-transformer following previous commit --- counsel-projectile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/counsel-projectile.el b/counsel-projectile.el index 770dd6d..e6cd558 100644 --- a/counsel-projectile.el +++ b/counsel-projectile.el @@ -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-alist 'ivy-switch-buffer) + (funcall (ivy-alist-setting ivy--display-transformers-alist 'ivy-switch-buffer) str)) ;;;###autoload