aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-emms.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-09-30 22:57:56 -0400
committerBardofSprites <[email protected]>2024-09-30 22:57:56 -0400
commite6f933ed8fc001c216dfe467be558ee69fe0d3c5 (patch)
tree8a88e7fb7e37e981a48b0dada9d4895d58521ca0 /bard-emacs-modules/bard-emacs-emms.el
parent27e34a1d205869da650241e4f67546d7aa0b5f32 (diff)
shift up/down track
Diffstat (limited to 'bard-emacs-modules/bard-emacs-emms.el')
-rw-r--r--bard-emacs-modules/bard-emacs-emms.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-emms.el b/bard-emacs-modules/bard-emacs-emms.el
index f264501..df912c1 100644
--- a/bard-emacs-modules/bard-emacs-emms.el
+++ b/bard-emacs-modules/bard-emacs-emms.el
@@ -19,7 +19,9 @@
("L" . emms-toggle-repeat-track)
("<mouse-3>" . emms-pause)
("<SPC>" . emms-pause)
- ("c" . bard/emms-recenter))
+ ("c" . bard/emms-recenter)
+ ("<up>" . emms-playlist-mode-shift-track-up)
+ ("<down>" . emms-playlist-mode-shift-track-down))
:bind (("<f8>" . emms)
("M-<f8>" . emms-browser))
:hook