diff options
| -rw-r--r-- | bard-emacs-modules/bard-emacs-emms.el | 4 |
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 |
