summaryrefslogtreecommitdiff
path: root/.weechat/spell.conf
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2021-07-12 14:42:59 +0800
committerFrederick Yin <fkfd@fkfd.me>2021-07-12 14:42:59 +0800
commit7c2f80771d690603445e8289e84945c71774c060 (patch)
tree88ce2dac2448aeba239f50363da8d95b016648d7 /.weechat/spell.conf
Initial dotfiles (fkfd@bandito)
Diffstat (limited to '.weechat/spell.conf')
-rw-r--r--.weechat/spell.conf33
1 files changed, 33 insertions, 0 deletions
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]