branch: master commit c6cc3f9252441b0b940421c954cff5996c25946a Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
counsel.el (counsel-rhythmbox): Add :caller This results in more descriptive *ivy-occur* buffers. --- counsel.el | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/counsel.el b/counsel.el index 3694aa6..4f177cb 100644 --- a/counsel.el +++ b/counsel.el @@ -921,7 +921,8 @@ Usable with `ivy-resume', `ivy-next-line-and-call' and :action '(1 ("p" helm-rhythmbox-play-song "Play song") - ("e" counsel-rhythmbox-enqueue-song "Enqueue song")))) + ("e" counsel-rhythmbox-enqueue-song "Enqueue song")) + :caller 'counsel-rhythmbox)) (defvar counsel-org-tags nil "Store the current list of tags.")