]> git.r.bdr.sh - rbdr/dotfiles/blame_incremental - weechat/aspell.conf
Update yum to dnf
[rbdr/dotfiles] / weechat / aspell.conf
... / ...
CommitLineData
1#
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
10#
11
12[color]
13misspelled = lightred
14suggestion = default
15suggestion_delimiter_dict = cyan
16suggestion_delimiter_word = cyan
17
18[check]
19commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
20default_dict = ""
21during_search = off
22enabled = off
23real_time = off
24suggestions = -1
25word_min_length = 2
26
27[dict]
28
29[look]
30suggestion_delimiter_dict = " / "
31suggestion_delimiter_word = ","
32
33[option]