From 7c2f80771d690603445e8289e84945c71774c060 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Mon, 12 Jul 2021 14:42:59 +0800 Subject: Initial dotfiles (fkfd@bandito) --- .weechat/spell.conf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .weechat/spell.conf (limited to '.weechat/spell.conf') diff --git a/.weechat/spell.conf b/.weechat/spell.conf new file mode 100644 index 0000000..04ec3a6 --- /dev/null +++ b/.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 = "" +during_search = off +enabled = off +real_time = off +suggestions = -1 +word_min_length = 2 + +[dict] + +[look] +suggestion_delimiter_dict = " / " +suggestion_delimiter_word = "," + +[option] -- cgit v1.2.3