summaryrefslogtreecommitdiffstats
path: root/weechat/aspell.conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-03 15:40:10 -0400
committerJesse Luehrs <doy@tozt.net>2018-11-03 16:07:41 -0400
commit48140185f6ea534c55469760e6cfd5d8f933be2b (patch)
treeff55d1cd49c4eaaf2fea2b4c9ebf4b7aa26f9658 /weechat/aspell.conf
parentc7bff573215a461a2ac9d6d03dc86ef0fc9d2101 (diff)
downloadconf-48140185f6ea534c55469760e6cfd5d8f933be2b.tar.gz
conf-48140185f6ea534c55469760e6cfd5d8f933be2b.zip
let's only keep weechat modifications here
this should avoid needing to update weechat config on every version bump, and also every time i decide to join a new channel
Diffstat (limited to 'weechat/aspell.conf')
-rw-r--r--weechat/aspell.conf33
1 files changed, 0 insertions, 33 deletions
diff --git a/weechat/aspell.conf b/weechat/aspell.conf
deleted file mode 100644
index 7519889..0000000
--- a/weechat/aspell.conf
+++ /dev/null
@@ -1,33 +0,0 @@
-#
-# 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 = "en"
-during_search = off
-enabled = off
-real_time = off
-suggestions = -1
-word_min_length = 2
-
-[dict]
-
-[look]
-suggestion_delimiter_dict = " / "
-suggestion_delimiter_word = ","
-
-[option]