From 33cca776d14891a39db4a57785800183629c65a7 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 16 Dec 2023 10:04:36 +0000 Subject: [PATCH] emms binds: add smart-browse bind --- README.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index c9aa24e..8bf6653 100644 --- a/README.org +++ b/README.org @@ -1204,10 +1204,9 @@ Set fill column to 88 and enable display in python buffers #+BEGIN_SRC emacs-lisp (setq emms-mode-line-icon-enabled-p nil) (use-package emms - :bind (("C-c e e" . emms-pause) + :bind (("C-c e e" . emms-smart-browse) + ("C-c e p" . emms-pause) ("C-c e s" . emms-stop) - ("C-c e b" . emms-browser) - ("C-c e p" . emms-playlist-mode-go) ("" . emms-pause) ("" . emms-previous) ("" . emms-next))