diff options
author | bd <bdunahu@operationnull.com> | 2024-11-08 21:40:40 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-11-08 21:40:40 -0500 |
commit | b693e1832b040a82b6e1adab7e7619636faa1c68 (patch) | |
tree | ee69288e036e83a296d297ca72705c497bc7e1f1 /.config/emacs/modules/bd--emms.el | |
parent | 13d96f5b959c3c2a6d64910a7b719999489661d1 (diff) |
Adjust shackle rules, fix magit bug, remove consult+vertico
Diffstat (limited to '.config/emacs/modules/bd--emms.el')
-rw-r--r-- | .config/emacs/modules/bd--emms.el | 5 |
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) |