diff options
Diffstat (limited to '.config/emacs/modules/bd--emms.el')
-rw-r--r-- | .config/emacs/modules/bd--emms.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/emacs/modules/bd--emms.el b/.config/emacs/modules/bd--emms.el index a378e0c..60eae31 100644 --- a/.config/emacs/modules/bd--emms.el +++ b/.config/emacs/modules/bd--emms.el @@ -49,12 +49,10 @@ playback." (t (emms-track-simple-description track)))))) :custom - ;; set dir and volume keys (emms-source-file-default-directory (expand-file-name "~/ik/playlists/")) - ;; misc (emms-info-report-each-num-tracks 2000) (emms-playlist-buffer-name "*Playlist*") - (emms-mode-line-format " %s ") + (emms-mode-line-format " [%s] ") (emms-repeat-playlist t)) |