Fix the plugins_dir documentation
This commit is contained in:
parent
04200de147
commit
ad10738981
2 changed files with 5 additions and 4 deletions
|
@ -256,8 +256,9 @@ log_dir =
|
||||||
# A false value disables this option.
|
# A false value disables this option.
|
||||||
log_errors = true
|
log_errors = true
|
||||||
|
|
||||||
# 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 in the
|
||||||
# You can specify an other directory to use. It will be created if it doesn't exist
|
# 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 =
|
plugins_dir =
|
||||||
|
|
||||||
# If plugins_conf_dir is not set, plugin configs will be loaded from
|
# If plugins_conf_dir is not set, plugin configs will be loaded from
|
||||||
|
|
|
@ -895,8 +895,8 @@ more details, go to the :ref:`dedicated page<plugins-doc>`.
|
||||||
|
|
||||||
**Default value:** ``[empty]``
|
**Default value:** ``[empty]``
|
||||||
|
|
||||||
If plugins_dir is not set, plugins will be loaded from
|
If plugins_dir is not set, plugins will be loaded from the plugins/
|
||||||
``$XDG_DATA_HOME/poezio/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
|
You can specify another directory to use. It will be created if it
|
||||||
does not exist.
|
does not exist.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue