diff options
Diffstat (limited to 'weechat/aspell.conf')
-rw-r--r-- | weechat/aspell.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/weechat/aspell.conf b/weechat/aspell.conf index 3b3ddbd..d8b932f 100644 --- a/weechat/aspell.conf +++ b/weechat/aspell.conf @@ -2,6 +2,10 @@ # aspell.conf -- weechat v1.1-dev # +[color] +misspelled = lightred +suggestions = default + [check] commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic" default_dict = "en" @@ -11,10 +15,6 @@ real_time = on suggestions = 0 word_min_length = 2 -[color] -misspelled = lightred -suggestions = default - [dict] core.weechat = "en" |