From f79343bf03f6ece09638ec27eeb831c0abe59667 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Wed, 7 Apr 2021 12:04:01 -0400 Subject: * emms-mode-line-icon.el: hiding icon made easy It is now possible to easily hide the mode-line icon. The manual as been updated with this information as well. --- doc/emms.texinfo | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/emms.texinfo') diff --git a/doc/emms.texinfo b/doc/emms.texinfo index 2638b3a..77c27b2 100644 --- a/doc/emms.texinfo +++ b/doc/emms.texinfo @@ -2355,6 +2355,15 @@ To use this feature invoke: (emms-playing-time 1) @end lisp +A graphical icon can be displayed in the modeline when Emms is +playing. This feature is provided by @file{emms-mode-line-icon.el}. To +enable invoke the following and make sure that +@var{emms-mode-line-icon-enabled-p} is set to a non-nil value: + +@lisp +(require emms-mode-line-icon) +@end lisp + Note: `(emms-playing-time -1)' will disable emms-playing-time module completely, and is not recommended. (since some other emms modules may rely on it) -- cgit v1.2.3