From a7a1cc7c137c3bcafee53332ea8a70e5ac4bed1d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 29 Nov 2018 00:49:22 -0600 Subject: [PATCH] Update doc/help/configuring.asciidoc Co-Authored-By: winny- --- doc/help/configuring.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/help/configuring.asciidoc b/doc/help/configuring.asciidoc index 9e6f2a3c7..9023d1dc3 100644 --- a/doc/help/configuring.asciidoc +++ b/doc/help/configuring.asciidoc @@ -229,7 +229,7 @@ Loading `autoconfig.yml` ~~~~~~~~~~~~~~~~~~~~~~~~ All customization done via the UI (`:set`, `:bind` and `:unbind`) is -stored in file `autoconfig.yml`. When file `config.py` exists, `autoconfig.yml` +stored in the `autoconfig.yml` file. When a `config.py` file exists, `autoconfig.yml` is not loaded automatically. To load `autoconfig.yml` automatically, add the following snippet to `config.py`: