From 7e7aa928072775240ff70ca61f2dd0e8a09242d8 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 2 Feb 2014 20:35:42 +0100 Subject: (Let's pretend that this is the) initial commit --- weechat/aspell.conf | 21 +++++++++++++++++++++ 1 file changed, 21 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..a07a4bc --- /dev/null +++ b/weechat/aspell.conf @@ -0,0 +1,21 @@ +# +# aspell.conf -- weechat v0.4.3-dev +# + +[color] +misspelled = lightred +suggestions = default + +[check] +commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic" +default_dict = "en" +during_search = off +enabled = on +real_time = on +suggestions = 0 +word_min_length = 2 + +[dict] +core.weechat = "en" + +[option] -- cgit v1.2.3-54-g00ecf