From 7f4cba8bc23223dabb81d448187c61ff56a03a25 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 22 Sep 2017 14:23:41 +0200 Subject: [PATCH] Improve load_autoconfig docs Closes #2993 --- doc/help/configuring.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/help/configuring.asciidoc b/doc/help/configuring.asciidoc index 38bc8ede7..b68e0bedc 100644 --- a/doc/help/configuring.asciidoc +++ b/doc/help/configuring.asciidoc @@ -217,6 +217,9 @@ doing: config.load_autoconfig = False ---- +Note that the settings are still saved in `autoconfig.yml` that way, but then +not loaded on start. + Importing other modules ~~~~~~~~~~~~~~~~~~~~~~~