From a75069630019a4dbb8364f3e90abe770a90ec01a Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 12 Nov 2021 04:47:28 +0000 Subject: embark action for podcasts --- init.org | 1 + 1 file changed, 1 insertion(+) (limited to 'init.org') 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) -- cgit v1.2.3