diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-03-14 23:10:40 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-03-14 23:10:40 +0100 |
| commit | 483da16cc098deaa4bf75d2d70b833b852c12091 (patch) | |
| tree | 92919841eb417f2ffee36f7157cd6c6b809d2315 /weechat/aspell.conf | |
| parent | d24dc26fdab9e62f120ea232302b754a2dc6d3e8 (diff) | |
Update weechat config
Diffstat (limited to 'weechat/aspell.conf')
| -rw-r--r-- | weechat/aspell.conf | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/weechat/aspell.conf b/weechat/aspell.conf index e122f1c..27b16b8 100644 --- a/weechat/aspell.conf +++ b/weechat/aspell.conf @@ -1,17 +1,33 @@ # -# aspell.conf -- weechat v0.3.8 +# weechat -- aspell.conf +# +# WARNING: It is NOT recommended to edit this file by hand, +# especially if WeeChat is running. +# +# Use /set or similar command to change settings in WeeChat. +# +# For more info, see: https://weechat.org/doc/quickstart # -[look] -color = lightred +[color] +misspelled = lightred +suggestion = default +suggestion_delimiter_dict = cyan +suggestion_delimiter_word = cyan [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] +[look] +suggestion_delimiter_dict = " / " +suggestion_delimiter_word = "," + [option] |