branch: master
commit 06d5cf5f0cb126e57a7479597c5e62fd89e84e15
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
counsel.el (counsel-rhythmbox): Require dbus
---
counsel.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/counsel.el b/counsel.el
index 5c1673c..3a05c8b 100644
--- a/counsel.el
+++ b/counsel.el
@@ -2144,6 +2144,7 @@ And insert it into the minibuffer. Useful during
(defun counsel-rhythmbox ()
"Choose a song from the Rhythmbox library to play or enqueue."
(interactive)
+ (require 'dbus)
(unless counsel-rhythmbox-songs
(let* ((service "org.gnome.Rhythmbox3")
(path "/org/gnome/UPnP/MediaServer2/Library/all")