From b67a03115188679af81b66eb091b2e59e9a95117 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 22 Mar 2018 08:37:12 +0100 Subject: [PATCH] Rephrase autoconfig.yml docs [ci skip] --- doc/help/configuring.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/help/configuring.asciidoc b/doc/help/configuring.asciidoc index 266315d56..3c686d15a 100644 --- a/doc/help/configuring.asciidoc +++ b/doc/help/configuring.asciidoc @@ -242,10 +242,10 @@ To suppress loading of any default keybindings, you can set Loading `autoconfig.yml` ~~~~~~~~~~~~~~~~~~~~~~~~ -By default, all customization done via `:set`, `:bind` and `:unbind` is -temporary as soon as a `config.py` exists. The settings done that way are always -saved in the `autoconfig.yml` file, but you'll need to explicitly load it in -your `config.py` by doing: +All customization done via the UI (`:set`, `:bind` and `:unbind`) is +stored in the `autoconfig.yml` file, which is not loaded automatically as soon +as a `config.py` exists. If you want those settings to be loaded, you'll need to +explicitly load the `autoconfig.yml` file in your `config.py` by doing: .config.py: [source,python]