From 393604e5bf4ce15df7342fdc094900fd1be2b39f Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 8 Feb 2021 23:36:26 +0800 Subject: Constantly growing A lot of improvements. --- bongo.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bongo.el') diff --git a/bongo.el b/bongo.el index 1835973..7fa5375 100644 --- a/bongo.el +++ b/bongo.el @@ -21,11 +21,12 @@ (setq bongo-mode-line-indicator-mode nil) (setq bongo-enabled-backends '(mpv)) (setq bongo-seek-electric-mode nil) - ;; I still don't know how to make bongo automatically play a YouTube - ;; link. (setq bongo-custom-backend-matchers '((mpv local-file "webm" "m4a") - (mpv "https:" "youtube"))) + ;; NOTE + ;; For a regular expression as a matcher, it is supposed to + ;; be a string, instead of a list of strings. + (mpv "https:" . "youtube"))) (setq-default bongo-next-action 'durand-bongo-play-next-or-first) ;; Bongo info path -- cgit v1.2.3-18-g5258