diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-04-10 22:48:28 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-04-10 22:48:28 +0200 |
| commit | 358ea1e2a08b5c887a2f46562326ac2ea9ac6c24 (patch) | |
| tree | 00be1f92589e8d760e121b6b7ea75b69d731742a /config/weechat/spell.conf | |
| parent | 747895a6815830b47f962dc0f90f791ccd14fc9d (diff) | |
Improve weechat config
Diffstat (limited to 'config/weechat/spell.conf')
| -rw-r--r-- | config/weechat/spell.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/weechat/spell.conf b/config/weechat/spell.conf index b6f5a0b..088a111 100644 --- a/config/weechat/spell.conf +++ b/config/weechat/spell.conf @@ -17,9 +17,9 @@ suggestion_delimiter_word = cyan [check] commands = "away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic" -default_dict = "" +default_dict = "en,es,de" during_search = off -enabled = off +enabled = on real_time = off suggestions = -1 word_min_length = 2 |