[EMMS] Make function keys for pause/stop/next/previous work again

By means of xmonad, these function keys were forwarded to call the functions
‘emms-{pause,stop,next,previous}’, respectively.  What was missing where
autoloads for these functions, which are now provided.
This commit is contained in:
Daniel - 2018-11-03 16:24:53 +01:00
parent f0af018ee2
commit a0780d668c
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 4 additions and 1 deletions

View File

@ -1598,7 +1598,10 @@ are assumed to be of the form *.crt."
;; * Media
(use-package emms-setup
:defer t
:commands (emms-pause
emms-stop
emms-next
emms-previous)
:bind (:map emms-playlist-mode-map
("S s" . emms-shuffle))
:init (setq emms-source-file-default-directory "~/Documents/media/audio/"