diff options
Diffstat (limited to '')
-rw-r--r-- | weechat/aspell.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/weechat/aspell.conf b/weechat/aspell.conf new file mode 100644 index 0000000..4eecb0f --- /dev/null +++ b/weechat/aspell.conf @@ -0,0 +1,20 @@ +# +# weechat -- aspell.conf +# + +[color] +misspelled = 161 +suggestions = 118 + +[check] +commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic" +default_dict = "" +during_search = off +enabled = on +real_time = off +suggestions = -1 +word_min_length = 2 + +[dict] + +[option] |