From a4eecdc7d6eee28265babecdf39e83e325dc89fd Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 5 Jan 2017 21:58:05 +0100 Subject: Move EMMS modeline config down. --- init.org | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/init.org b/init.org index ce26049..20d5374 100644 --- a/init.org +++ b/init.org @@ -783,15 +783,6 @@ I like to use EMMS as a music player. Unfortunately, the default players like m (setq emms-player-list (list emms-player-mpv)) #+END_SRC -On my laptop screen the file name in the EMMS modeline cannot be fully displayed. I use =emms-mode-line-cycle= to limit the width of the file name in the modeline. - -#+BEGIN_SRC elisp -(require 'emms-mode-line-cycle) -(emms-mode-line 1) -(emms-playing-time 1) -(emms-mode-line-cycle 1) -#+END_SRC - Some more initialisation settings: #+BEGIN_SRC elisp @@ -834,6 +825,15 @@ Set up global key bindings for controlling EMMS in any mode. (lambda () (interactive) (emms-seek -60))) #+END_SRC +On my laptop screen the file name in the EMMS modeline cannot be fully displayed. I use =emms-mode-line-cycle= to limit the width of the file name in the modeline. + +#+BEGIN_SRC elisp +(require 'emms-mode-line-cycle) +(emms-mode-line 1) +(emms-playing-time 1) +(emms-mode-line-cycle 1) +#+END_SRC + All of this should be loaded lazily. #+BEGIN_SRC elisp :noweb-ref emms-lazy -- cgit v1.2.3