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