diff options
| author | BardofSprites <[email protected]> | 2024-11-28 17:54:38 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-11-28 17:54:38 -0500 |
| commit | b9947e648262379839ffcf9ae4612b7890402ee9 (patch) | |
| tree | 849d93d29e9967a16169f729870d09df882e4606 /bard-emacs-modules/bard-emacs-emms.el | |
| parent | 7c8c39ab907d3a5de6aa891b68ba0d8175011870 (diff) | |
change keybinds
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 |
