about summary refs log tree commit diff
path: root/weechat/.weechat/spell.conf
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-06-07 15:02:18 -0400
committerBen Harris <ben@tilde.team>2019-06-07 15:02:18 -0400
commit39a52a270b8beb3d984ceb40bbd4a51628aa08aa (patch)
tree5f7032eb4bcc2ae587f25ace0dfea80273d883c4 /weechat/.weechat/spell.conf
parent08a6fa8739440966a06f18b4f060c1abcb05f045 (diff)
weechat 2.5
Diffstat (limited to 'weechat/.weechat/spell.conf')
-rw-r--r--weechat/.weechat/spell.conf33
1 files changed, 33 insertions, 0 deletions
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]