]>
Commit | Line | Data |
---|---|---|
aca63701 | 1 | # |
483da16c BB |
2 | # weechat -- aspell.conf |
3 | # | |
4 | # WARNING: It is NOT recommended to edit this file by hand, | |
5 | # especially if WeeChat is running. | |
6 | # | |
7 | # Use /set or similar command to change settings in WeeChat. | |
8 | # | |
9 | # For more info, see: https://weechat.org/doc/quickstart | |
aca63701 BB |
10 | # |
11 | ||
483da16c BB |
12 | [color] |
13 | misspelled = lightred | |
14 | suggestion = default | |
15 | suggestion_delimiter_dict = cyan | |
16 | suggestion_delimiter_word = cyan | |
aca63701 BB |
17 | |
18 | [check] | |
19 | commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic" | |
20 | default_dict = "" | |
21 | during_search = off | |
483da16c | 22 | enabled = off |
aca63701 | 23 | real_time = off |
483da16c | 24 | suggestions = -1 |
aca63701 BB |
25 | word_min_length = 2 |
26 | ||
27 | [dict] | |
28 | ||
483da16c BB |
29 | [look] |
30 | suggestion_delimiter_dict = " / " | |
31 | suggestion_delimiter_word = "," | |
32 | ||
aca63701 | 33 | [option] |