aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2021-04-07 12:04:01 -0400
committerYoni Rabkin <yoni@rabkins.net>2021-04-07 12:04:01 -0400
commitf79343bf03f6ece09638ec27eeb831c0abe59667 (patch)
treec23cf8c7fa79db666efc5563c604e7044c907afc /doc
parent5c72f041893a2a88aa01ccb7828c498145fe1ac1 (diff)
* 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.
Diffstat (limited to 'doc')
-rw-r--r--doc/emms.texinfo9
1 files changed, 9 insertions, 0 deletions
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)