summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/default_config.cfg5
-rw-r--r--doc/source/configuration.rst4
2 files changed, 5 insertions, 4 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index e8541890..cbc8bd3b 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -256,8 +256,9 @@ log_dir =
# A false value disables this option.
log_errors = true
-# If plugins_dir is not set, plugins will be loaded from $XDG_DATA_HOME/poezio/plugins.
-# You can specify an other directory to use. It will be created if it doesn't exist
+# If plugins_dir is not set, plugins will be loaded from the plugins/ dir in the
+# poezio directory, then $XDG_DATA_HOME/poezio/plugins.
+# You can specify another directory to use. It will be created if it doesn't exist
plugins_dir =
# If plugins_conf_dir is not set, plugin configs will be loaded from
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst
index 084af482..76a81828 100644
--- a/doc/source/configuration.rst
+++ b/doc/source/configuration.rst
@@ -895,8 +895,8 @@ more details, go to the :ref:`dedicated page<plugins-doc>`.
**Default value:** ``[empty]``
- If plugins_dir is not set, plugins will be loaded from
- ``$XDG_DATA_HOME/poezio/plugins``.
+ If plugins_dir is not set, plugins will be loaded from the plugins/
+ dir of the poezio install directory, then ``$XDG_DATA_HOME/poezio/plugins``.
You can specify another directory to use. It will be created if it
does not exist.