Rephrase autoconfig.yml docs

[ci skip]
This commit is contained in:
Florian Bruhin 2018-03-22 08:37:12 +01:00
parent 300d873b18
commit b67a031151

View File

@ -242,10 +242,10 @@ To suppress loading of any default keybindings, you can set
Loading `autoconfig.yml` Loading `autoconfig.yml`
~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
By default, all customization done via `:set`, `:bind` and `:unbind` is All customization done via the UI (`:set`, `:bind` and `:unbind`) is
temporary as soon as a `config.py` exists. The settings done that way are always stored in the `autoconfig.yml` file, which is not loaded automatically as soon
saved in the `autoconfig.yml` file, but you'll need to explicitly load it in as a `config.py` exists. If you want those settings to be loaded, you'll need to
your `config.py` by doing: explicitly load the `autoconfig.yml` file in your `config.py` by doing:
.config.py: .config.py:
[source,python] [source,python]