aboutsummaryrefslogtreecommitdiff
path: root/chime.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-04 14:02:17 -0500
committerCraig Jennings <c@cjennings.net>2026-04-04 14:02:17 -0500
commit559231d91ca24a7a7b632261643b9f4eff329fbb (patch)
tree5885fac2be5adc2acc21d15cb2c8c72aaedf1523 /chime.el
parent7a0141f90ed214e1a7d87c2c1d04d7b0d084db09 (diff)
downloadchime-559231d91ca24a7a7b632261643b9f4eff329fbb.tar.gz
chime-559231d91ca24a7a7b632261643b9f4eff329fbb.zip
Default modeline lighter to empty string
The bell emoji lighter was redundant alongside the alarm clock event display in global-mode-string. One icon is enough. Users who want a separate mode indicator can set chime-modeline-lighter.
Diffstat (limited to 'chime.el')
-rw-r--r--chime.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/chime.el b/chime.el
index 0907d67..49e6428 100644
--- a/chime.el
+++ b/chime.el
@@ -333,10 +333,11 @@ When nil, chime will not modify the modeline at all."
:group 'chime
:type 'boolean)
-(defcustom chime-modeline-lighter " 🔔"
- "Text to display in the modeline when chime-mode is enabled.
-This is the mode lighter that appears in the modeline to indicate
-chime-mode is active."
+(defcustom chime-modeline-lighter ""
+ "Minor mode lighter shown in the modeline mode list.
+Empty by default because the event display in `global-mode-string'
+already indicates chime is active. Set to a string like
+\" Chime\" or \" 🔔\" if you want a separate mode indicator."
:package-version '(chime . "0.7.0")
:group 'chime
:type 'string)