X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/f853d479d6e699499bee610ea8584b7e09f89cb3..df16e19b6c74f96020e0ad48c06cd3ad8fb873b4:/weechat/aspell.conf?ds=sidebyside

diff --git a/weechat/aspell.conf b/weechat/aspell.conf
index e122f1c..27b16b8 100644
--- a/weechat/aspell.conf
+++ b/weechat/aspell.conf
@@ -1,17 +1,33 @@
 #
-# aspell.conf -- weechat v0.3.8
+# 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
 #
 
-[look]
-color = lightred
+[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]