[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 28592fa: Don't boldify the flyspell language indicator in the mod
From: |
Lars Ingebrigtsen |
Subject: |
master 28592fa: Don't boldify the flyspell language indicator in the mode line |
Date: |
Sun, 11 Oct 2020 01:50:27 -0400 (EDT) |
branch: master
commit 28592faa28cbc7e8696718f4be925094f7c401c1
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>
Don't boldify the flyspell language indicator in the mode line
* lisp/textmodes/flyspell.el (flyspell-mode): Don't boldify the
language part -- it draws too much attention in the minor mode list.
---
lisp/textmodes/flyspell.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index 65702d0..2757074 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -539,7 +539,6 @@ in your init file.
ispell-dictionary
"--")
0 2)))
- face bold
help-echo "mouse-1: Change dictionary"
local-map (keymap
(mode-line keymap
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 28592fa: Don't boldify the flyspell language indicator in the mode line,
Lars Ingebrigtsen <=