summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--emms.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/modules/bd--emms.el')
-rw-r--r--.config/emacs/modules/bd--emms.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/emacs/modules/bd--emms.el b/.config/emacs/modules/bd--emms.el
index 25bb9d9..a378e0c 100644
--- a/.config/emacs/modules/bd--emms.el
+++ b/.config/emacs/modules/bd--emms.el
@@ -24,7 +24,7 @@ playback."
(if (get-buffer emms-playlist-buffer-name)
(display-buffer emms-playlist-buffer-name)
(message "The Ainur cannot hear you...")))
-
+
(keymap-global-set "C-z C-s" #'emms-quickstart)
(keymap-global-set "C-z C-m" #'switch-to-emms)
(keymap-set emms-playlist-mode-map "q" #'quit-window)
@@ -54,7 +54,8 @@ playback."
;; 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))
(provide 'bd--emms)