From 28592faa28cbc7e8696718f4be925094f7c401c1 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 11 Oct 2020 07:50:10 +0200 Subject: [PATCH] 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 65702d081f1..2757074f9f8 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 -- 2.39.5