From fd4dbfd55f85fc8dcfbeb1b2d7649c623e698567 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 7 Jan 2020 18:50:22 -0500 Subject: [PATCH] Autoload emms-all --- emacs/init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/init.org b/emacs/init.org index 324df0a..3175695 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -3760,6 +3760,7 @@ The Emacs Multi-Media System. For libtag to work, libtag must be installed on th (autoload 'emms-previous "emms") (autoload 'emms "emms") (autoload 'emms-play-directory-tree "emms") + (autoload 'emms-all "emms-setup") (with-eval-after-load 'emms (emms-all) (emms-default-players)