From 4fafab7b5d6a9b1716d59abc5b0528b8f3d36f0d Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 21 Apr 2018 14:12:33 +0200 Subject: [PATCH] [EMMS] Trying to fix some issues with autoloading --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index db07272..171d976 100644 --- a/init.el +++ b/init.el @@ -997,10 +997,12 @@ are assumed to be of the form *.crt." ;; * Media (use-package emms-setup - :commands (emms-streams + :commands (emms + emms-streams emms-play-dired emms-play-file emms-play-directory + emms-play-directory-tree db/play-playlist emms-control/body) :config (require 'db-emms))