diff options
author | mathieui <mathieui@mathieui.net> | 2015-09-30 01:03:12 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2015-09-30 01:03:12 +0200 |
commit | ad107389815c2d943003350a66962e8491fb4c8d (patch) | |
tree | 22c202edea7f7d952dbc40397fb0518bd27baf8e /doc/source/configuration.rst | |
parent | 04200de147c2cf1c96d1ad6710b445fcf710b61b (diff) | |
download | poezio-ad107389815c2d943003350a66962e8491fb4c8d.tar.gz poezio-ad107389815c2d943003350a66962e8491fb4c8d.tar.bz2 poezio-ad107389815c2d943003350a66962e8491fb4c8d.tar.xz poezio-ad107389815c2d943003350a66962e8491fb4c8d.zip |
Fix the plugins_dir documentation
Diffstat (limited to 'doc/source/configuration.rst')
-rw-r--r-- | doc/source/configuration.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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. |