diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-09-17 11:14:00 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-09-17 11:14:00 +0200 |
commit | 95ff8c97fa143409b48f7a5baa7dbe5fb0879b94 (patch) | |
tree | 05189f8ed2bec1d27757104ba51303766c28c5b1 /doc/it | |
parent | 616d2ae295a301a1f96b627179f739d70c3f514a (diff) | |
download | weechat-95ff8c97fa143409b48f7a5baa7dbe5fb0879b94.zip |
doc: add option aspell.check.real_time in question about CPU usage (FAQ)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_faq.it.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/it/weechat_faq.it.adoc b/doc/it/weechat_faq.it.adoc index 98ce469e2..54f61faf5 100644 --- a/doc/it/weechat_faq.it.adoc +++ b/doc/it/weechat_faq.it.adoc @@ -853,6 +853,9 @@ You can follow same tips as for <<memory_usage,memory>>, and these ones: * hide "nicklist" bar: `/bar hide nicklist` * remove display of seconds in status bar time: `/set weechat.look.item_time_format "%H:%M"` (this is the default value) +// TRANSLATION MISSING +* disable real time check of misspelled words in command line (if you enabled it): + `/set aspell.check.real_time off` * set the _TZ_ variable (for example: `export TZ="Europe/Paris"`), to prevent frequent access to file _/etc/localtime_ |