fix spell checking colors

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2010-03-01 17:26:59 -05:00
parent 8b61ef8cf1
commit aeec6e6e62
1 changed files with 1 additions and 1 deletions

View File

@ -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