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

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

[elpa] master f0a2341 337/399: counsel.el (counsel-rhythmbox): Add :requ


From: Oleh Krehel
Subject: [elpa] master f0a2341 337/399: counsel.el (counsel-rhythmbox): Add :require-match
Date: Sat, 20 Jul 2019 14:57:52 -0400 (EDT)

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

    counsel.el (counsel-rhythmbox): Add :require-match
    
    Unfortunately, there's no option to download or invent a song if a
    name is selected that's not on the library list.
---
 counsel.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/counsel.el b/counsel.el
index fb36933..9d4e8e8 100644
--- a/counsel.el
+++ b/counsel.el
@@ -4939,6 +4939,7 @@ selected color."
                        :session service path interface "ListChildren"
                        0 nb-songs '("*")))))))
   (ivy-read "Rhythmbox: " counsel-rhythmbox-songs
+            :require-match t
             :history 'counsel-rhythmbox-history
             :preselect (counsel-rhythmbox-current-song)
             :action



reply via email to

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