From aeec6e6e623d2df5236b1ce790d1af9e8a87deb9 Mon Sep 17 00:00:00 2001 From: Erik Osheim Date: Mon, 1 Mar 2010 17:26:59 -0500 Subject: [PATCH] fix spell checking colors --HG-- branch : pmacs2 --- mode/text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mode/text.py b/mode/text.py index 40f17f3..0839912 100644 --- a/mode/text.py +++ b/mode/text.py @@ -89,7 +89,7 @@ class Text(Fundamental): 'text.punct': ('default', 'default'), 'text.stuff': ('default', 'default'), 'text.word': ('default', 'default'), - 'text.misspelled': ('red', 'default'), + 'text.misspelled': ('red', 'default', 'bold'), } install = Text.install