diff options
| author | bd <bdunahu@operationnull.com> | 2024-11-29 20:56:27 -0500 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2024-11-29 20:56:27 -0500 |
| commit | c0dfcefd4b8a874426a8e81e8ee3d045a1c7a28f (patch) | |
| tree | ab68fb6558c7b87c74ac4740f5acd94a8f0259c6 /.config/emacs/modules/bd--emms.el | |
| parent | 007c2ec4f8fa990090dcf8e95dd8e01954df37da (diff) | |
More mode line and tab bar customizations
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)) |
