summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.org11
1 files changed, 10 insertions, 1 deletions
diff --git a/init.org b/init.org
index 967113c..f8d7423 100644
--- a/init.org
+++ b/init.org
@@ -685,6 +685,15 @@ On my laptop screen the file name in the EMMS modeline cannot be fully displayed
(emms-mode-line-cycle 1)
#+END_SRC
+All of this should be loaded lazily.
+
+#+BEGIN_SRC elisp :noweb-ref emms-lazy
+(with-eval-after-load "emms"
+ <<emms>>
+ )
+(require 'emms)
+#+END_SRC
+
* TODO Initial stuff
:PROPERTIES:
:header-args: :noweb-ref initial
@@ -921,7 +930,7 @@ Having defined named code blocks in the sections above we can finally put them a
<<completion-lazy>>
<<pretty-symbols>>
<<resize-dynamically>>
-<<emms>>
+<<emms-lazy>>
<<initial-after-packages>>
<<org-mode-lazy>>
<<magit-lazy>>