Fix the mode-line
This commit is contained in:
parent
081c65a639
commit
4efbc722b5
1 changed files with 1 additions and 1 deletions
2
empc.el
2
empc.el
|
|
@ -180,7 +180,7 @@ You can use the following already defined variables:
|
||||||
(concat " [" pos "/" playlistlength "] " (if (and artist title)
|
(concat " [" pos "/" playlistlength "] " (if (and artist title)
|
||||||
(concat artist " - " title)
|
(concat artist " - " title)
|
||||||
file))
|
file))
|
||||||
state))
|
(concat " " state)))
|
||||||
"Format used to display empc state in mode-line.
|
"Format used to display empc state in mode-line.
|
||||||
The construction is the same as `mode-line-format'.
|
The construction is the same as `mode-line-format'.
|
||||||
You can use the following already defined variables:
|
You can use the following already defined variables:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue