Add a couple more emms binds

This commit is contained in:
Evie Litherland-Smith 2023-12-20 08:33:11 +00:00
parent d64b9709c1
commit 8a5336b99c

View file

@ -1245,6 +1245,8 @@ Set fill column to 88 and enable display in python buffers
("C-c e s" . emms-stop)
("C-c e z" . emms-toggle-repeat-track)
("C-c e C-r" . emms-toggle-repeat-playlist)
("C-c e C-b" . emms-browser)
("C-c e C-p" . emms-playlist-mode-go)
("<XF86AudioPlay>" . emms-pause)
("<XF86AudioPrev>" . emms-previous)
("<XF86AudioNext>" . emms-next)