From 39a52a270b8beb3d984ceb40bbd4a51628aa08aa Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 7 Jun 2019 15:02:18 -0400 Subject: weechat 2.5 --- weechat/.weechat/spell.conf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 weechat/.weechat/spell.conf (limited to 'weechat/.weechat/spell.conf') diff --git a/weechat/.weechat/spell.conf b/weechat/.weechat/spell.conf new file mode 100644 index 0000000..ef9e2c8 --- /dev/null +++ b/weechat/.weechat/spell.conf @@ -0,0 +1,33 @@ +# +# weechat -- spell.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 +# + +[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 = "en" +during_search = off +enabled = on +real_time = off +suggestions = 2 +word_min_length = 2 + +[dict] + +[look] +suggestion_delimiter_dict = " / " +suggestion_delimiter_word = "," + +[option] -- cgit 1.4.1