commit 09bd6875f1b9d1b646c87fab91f3bd667b6a4f7c
parent b549ac7d9caedb074185fac61ebfd8100de4eb5b
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Wed, 7 Feb 2018 21:04:09 +0100
Play with text properties for mode-line lighters
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.emacs b/.emacs
@@ -88,7 +88,7 @@
(delight 'auto-revert-mode "β³" "autorevert")
(delight 'auto-revert-tail-mode "β€" "autorevert")
(delight 'eldoc-mode "π" "eldoc")
-(delight 'flyspell-mode "π" "flyspell")
+(delight 'flyspell-mode (propertize "π" 'face 'flyspell-incorrect) "flyspell")
(delight 'hs-minor-mode "β¦" "hideshow")
(delight 'isearch-mode "π" "isearch")
(delight 'page-break-lines-mode nil "page-break-lines")