From cd3060cd6122f2f65751e277d2ce9cf1c7618603 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:36:34 -0400 Subject: global binding for emms-browser --- 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 0a7d249..fef21bf 100644 --- a/bard-emacs-modules/bard-emacs-emms.el +++ b/bard-emacs-modules/bard-emacs-emms.el @@ -31,7 +31,6 @@ (use-package emms :bind (:map emms-playlist-mode-map - ("M-" . emms-browser) ("A" . emms-add-directory) ("T" . emms-add-directory-tree) ("F" . emms-add-file) @@ -40,7 +39,8 @@ ("" . emms-pause) ("" . emms-pause) ("c" . bard/emms-recenter)) - :bind ("" . emms) + :bind (("" . emms) + ("M-" . emms-browser)) :hook (emms-playlist-mode . hl-line-mode)) -- cgit v1.2.3