diff options
author | Tharre <tharre3@gmail.com> | 2018-06-14 19:36:48 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-06-14 19:36:48 +0200 |
commit | 1e24ce138a3ab95289ac17b626e039dda25367a0 (patch) | |
tree | d97a33815c2fc6e705fb813565114943f3fce27f /.weechat/aspell.conf | |
parent | 651e4ed9de8bf71e0ea759ef054911626bde8a7d (diff) | |
download | dotfiles-1e24ce138a3ab95289ac17b626e039dda25367a0.tar.gz dotfiles-1e24ce138a3ab95289ac17b626e039dda25367a0.tar.xz dotfiles-1e24ce138a3ab95289ac17b626e039dda25367a0.zip |
Add initial weechat configuration
Diffstat (limited to '.weechat/aspell.conf')
-rw-r--r-- | .weechat/aspell.conf | 33 |
1 files changed, 33 insertions, 0 deletions
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] |