diff options
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1978,7 +1978,8 @@ ["Now playing" ("w" "now playing" jao-streaming-echo-current) ("e" "echo now play" jao-player-echo) - ("L" "show lyrics" jao-show-lyrics)] + ("L" "show lyrics" jao-show-lyrics) + ("t" "remaining duration" jao-mpc-show-playlist-duration)] [:description (lambda () (message "mpd %s" (if (jao-mpc-playing-p) |
