diff options
Diffstat (limited to 'weechat/aspell.conf')
-rw-r--r-- | weechat/aspell.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/weechat/aspell.conf b/weechat/aspell.conf new file mode 100644 index 0000000..a07a4bc --- /dev/null +++ b/weechat/aspell.conf @@ -0,0 +1,21 @@ +# +# aspell.conf -- weechat v0.4.3-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" +during_search = off +enabled = on +real_time = on +suggestions = 0 +word_min_length = 2 + +[dict] +core.weechat = "en" + +[option] |