diff options
Diffstat (limited to 'bard-emacs-modules/bard-emacs-emms.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-emms.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bard-emacs-modules/bard-emacs-emms.el b/bard-emacs-modules/bard-emacs-emms.el index df912c1..fdc1782 100644 --- a/bard-emacs-modules/bard-emacs-emms.el +++ b/bard-emacs-modules/bard-emacs-emms.el @@ -20,8 +20,8 @@ ("<mouse-3>" . emms-pause) ("<SPC>" . emms-pause) ("c" . bard/emms-recenter) - ("<up>" . emms-playlist-mode-shift-track-up) - ("<down>" . emms-playlist-mode-shift-track-down)) + ("P" . emms-playlist-mode-shift-track-up) + ("N" . emms-playlist-mode-shift-track-down)) :bind (("<f8>" . emms) ("M-<f8>" . emms-browser)) :hook |
