projects
/
elisp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddf3335
)
Allows to customize the display of continuous mode.
author
Francois Fleuret
<francois@fleuret.org>
Fri, 2 Dec 2016 15:37:14 +0000
(16:37 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Fri, 2 Dec 2016 15:37:14 +0000
(16:37 +0100)
media.el
patch
|
blob
|
history
diff --git
a/media.el
b/media.el
index
d380970
..
ebddca7
100644
(file)
--- a/
media.el
+++ b/
media.el
@@
-103,6
+103,11
@@
title to display in the list (convenient for internet radios)."
:type 'boolean
:group 'media)
+(defcustom media/continue-mode-hint "*"
+ "What to append to the MPlayer string when in repeat mode"
+ :type 'string
+ :group 'media)
+
(defcustom media/expert nil
"Should the keymap help be shown?"
:type 'boolean
@@
-916,7
+921,7
@@
which stops when the songs ends."
(concat
" "
media/player-id
- (if media/continue-mode
"*"
)
+ (if media/continue-mode
media/continue-mode-hint
)
" "
(if media/current-information