From 1e24ce138a3ab95289ac17b626e039dda25367a0 Mon Sep 17 00:00:00 2001 From: Tharre Date: Thu, 14 Jun 2018 19:36:48 +0200 Subject: Add initial weechat configuration --- .weechat/aspell.conf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .weechat/aspell.conf (limited to '.weechat/aspell.conf') diff --git a/.weechat/aspell.conf b/.weechat/aspell.conf new file mode 100644 index 0000000..27b16b8 --- /dev/null +++ b/.weechat/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] -- cgit v1.2.3-70-g09d2