emms binds: add smart-browse bind

This commit is contained in:
Evie Litherland-Smith 2023-12-16 10:04:36 +00:00
parent 2a02ca3100
commit 33cca776d1

View file

@ -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)
("<XF86AudioPlay>" . emms-pause)
("<XF86AudioPrev>" . emms-previous)
("<XF86AudioNext>" . emms-next))