emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master c6cc3f9 089/167: counsel.el (counsel-rhythmbox): Add :call


From: Oleh Krehel
Subject: [elpa] master c6cc3f9 089/167: counsel.el (counsel-rhythmbox): Add :caller
Date: Tue, 08 Dec 2015 10:50:10 +0000

branch: master
commit c6cc3f9252441b0b940421c954cff5996c25946a
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]