From 40527c392fa5648de27f1f2facc79b27b1026389 Mon Sep 17 00:00:00 2001 From: rekado Date: Fri, 25 Nov 2016 10:51:29 +0100 Subject: emms: Load lazily. --- init.org | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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" + <> + ) +(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 <> <> <> -<> +<> <> <> <> -- cgit v1.2.3