From a0780d668c727e57768408f055b1dc807d4121d0 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 3 Nov 2018 16:24:53 +0100 Subject: [PATCH] [EMMS] Make function keys for pause/stop/next/previous work again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index c112702..b1aa719 100644 --- a/init.el +++ b/init.el @@ -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/"