let's fix bongo
This commit is contained in:
parent
be43279f97
commit
ef1b41fd66
|
@ -1867,7 +1867,7 @@ interfere with the default `bongo-playlist-buffer'."
|
||||||
"cue:" "sdp:" "mpst:" "tivo:") . t)
|
"cue:" "sdp:" "mpst:" "tivo:") . t)
|
||||||
:matcher '(("http:" "https:" "lbry:") . 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")
|
bongo-track-mark-icon-file-name "track-mark-icon.png")
|
||||||
|
|
||||||
(defun chris/bongo-mark-line-forward ()
|
(defun chris/bongo-mark-line-forward ()
|
||||||
|
|
2
init.el
2
init.el
|
@ -1399,7 +1399,7 @@ interfere with the default `bongo-playlist-buffer'."
|
||||||
"cue:" "sdp:" "mpst:" "tivo:") . t)
|
"cue:" "sdp:" "mpst:" "tivo:") . t)
|
||||||
:matcher '(("http:" "https:" "lbry:") . 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")
|
bongo-track-mark-icon-file-name "track-mark-icon.png")
|
||||||
|
|
||||||
(defun chris/bongo-mark-line-forward ()
|
(defun chris/bongo-mark-line-forward ()
|
||||||
|
|
Loading…
Reference in a new issue