summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/init.org b/init.org
index c5eaed5..7e23893 100644
--- a/init.org
+++ b/init.org
@@ -49,6 +49,7 @@ To install all packages via GNU Guix I can either use a manifest file or use the
emacs-company \
emacs-debbugs \
emacs-emms \
+ emacs-emms-mode-line-cycle \
emacs-emms-player-mpv \
emacs-ess \
emacs-expand-region \
@@ -655,6 +656,16 @@ I like to use EMMS as a music player. Unfortunately, the default players like m
(require 'emms-player-mpv)
(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
+
* TODO Initial stuff
:PROPERTIES:
:noweb-ref: initial