aspell.conf (664B)
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] 13 misspelled = lightred 14 suggestion = default 15 suggestion_delimiter_dict = cyan 16 suggestion_delimiter_word = cyan 17 18 [check] 19 commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic" 20 default_dict = "en" 21 during_search = off 22 enabled = off 23 real_time = off 24 suggestions = 3 25 word_min_length = 2 26 27 [dict] 28 29 [look] 30 suggestion_delimiter_dict = " / " 31 suggestion_delimiter_word = "," 32 33 [option]