From ef1b41fd66d78d62e6e556175f88114910adc835 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 24 Jun 2021 07:03:32 -0500 Subject: [PATCH] let's fix bongo --- README.org | 2 +- init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 8eee31d1..7603f538 100644 --- a/README.org +++ b/README.org @@ -1867,7 +1867,7 @@ interfere with the default `bongo-playlist-buffer'." "cue:" "sdp:" "mpst:" "tivo:") . t) :matcher '(("http:" "https:" "lbry:") . t)) - (setq bongo-enabled-backends '(mpv-fast mpv-slow) + (setq bongo-enabled-backends '(mpv) bongo-track-mark-icon-file-name "track-mark-icon.png") (defun chris/bongo-mark-line-forward () diff --git a/init.el b/init.el index bb48aa0d..79c580f2 100644 --- a/init.el +++ b/init.el @@ -1399,7 +1399,7 @@ interfere with the default `bongo-playlist-buffer'." "cue:" "sdp:" "mpst:" "tivo:") . t) :matcher '(("http:" "https:" "lbry:") . t)) - (setq bongo-enabled-backends '(mpv-fast mpv-slow) + (setq bongo-enabled-backends '(mpv) bongo-track-mark-icon-file-name "track-mark-icon.png") (defun chris/bongo-mark-line-forward ()