summaryrefslogtreecommitdiff
path: root/bongo.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-02-08 23:36:26 +0800
committerJSDurand <mmemmew@gmail.com>2021-02-08 23:36:26 +0800
commit393604e5bf4ce15df7342fdc094900fd1be2b39f (patch)
treed7b1e77cfe27b3ffa347fa2e9db632d97dfe7dc1 /bongo.el
parentc8d4224e42a710b262e8ba67d720f6eff4e89fcb (diff)
Constantly growing
A lot of improvements.
Diffstat (limited to 'bongo.el')
-rw-r--r--bongo.el7
1 files changed, 4 insertions, 3 deletions
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