summaryrefslogtreecommitdiff
path: root/aspell.conf
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-06-12 20:58:10 +0200
committerneodarz <neodarz@neodarz.net>2018-06-12 20:58:10 +0200
commit04e80db51ea8544240dcbea823291b7e262af22c (patch)
treec16035323543c19561845404907302a7dd8fafab /aspell.conf
downloadweechat_conf-04e80db51ea8544240dcbea823291b7e262af22c.tar.xz
weechat_conf-04e80db51ea8544240dcbea823291b7e262af22c.zip
initual commit
Diffstat (limited to 'aspell.conf')
-rw-r--r--aspell.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/aspell.conf b/aspell.conf
new file mode 100644
index 0000000..27b16b8
--- /dev/null
+++ b/aspell.conf
@@ -0,0 +1,33 @@
+#
+# weechat -- aspell.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]