From b9947e648262379839ffcf9ae4612b7890402ee9 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:54:38 -0500 Subject: change keybinds --- bard-emacs-modules/bard-emacs-emms.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bard-emacs-modules/bard-emacs-emms.el') 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 @@ ("" . emms-pause) ("" . emms-pause) ("c" . bard/emms-recenter) - ("" . emms-playlist-mode-shift-track-up) - ("" . emms-playlist-mode-shift-track-down)) + ("P" . emms-playlist-mode-shift-track-up) + ("N" . emms-playlist-mode-shift-track-down)) :bind (("" . emms) ("M-" . emms-browser)) :hook -- cgit v1.2.3