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 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-<f8>" . emms-browser) ("A" . emms-add-directory) ("T" . emms-add-directory-tree) ("F" . emms-add-file) @@ -40,7 +39,8 @@ ("<mouse-3>" . emms-pause) ("<SPC>" . emms-pause) ("c" . bard/emms-recenter)) - :bind ("<f8>" . emms) + :bind (("<f8>" . emms) + ("M-<f8>" . emms-browser)) :hook (emms-playlist-mode . hl-line-mode)) |
