summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.org b/init.org
index 6fe200e..476c64e 100644
--- a/init.org
+++ b/init.org
@@ -1539,6 +1539,7 @@
(format "^https?://.*/.*\\.%s" (regexp-opt '("mp4" "mp3" "flv"))))
(defun jao-browse-add-url-to-mpc (url &rest _)
+ "Add the given URL to mpc's playing list, or just play it."
(let ((p (yes-or-no-p (format "Play %s right now?" url))))
(when p (jao-mpc-clear))
(jao-mpc-add-url url)