diff options
author | mathieui <mathieui@mathieui.net> | 2011-11-09 22:07:38 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2011-11-09 22:07:38 +0100 |
commit | 7f322e7d8885c33540b33b2147a02333a252673d (patch) | |
tree | 09a873f44fcbb474ae9d0cb2ddb4342fa8f93ea1 | |
parent | 1f5d1048344b3e68b5fb294371f269c398c8f69a (diff) | |
download | poezio-7f322e7d8885c33540b33b2147a02333a252673d.tar.gz poezio-7f322e7d8885c33540b33b2147a02333a252673d.tar.bz2 poezio-7f322e7d8885c33540b33b2147a02333a252673d.tar.xz poezio-7f322e7d8885c33540b33b2147a02333a252673d.zip |
Plugin options in the config file
-rw-r--r-- | doc/en/configure.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/en/configure.txt b/doc/en/configure.txt index 94f8e121..ef710690 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -263,3 +263,14 @@ Configuration options Defines if all tabs are resized at the same time (if set to false) or if they are really resized only when needed (if set to true). “true” should be the most comfortable value + +*plugins_autoload*:: [empty] + + Space separated list of plugins to load on startup. + +*plugins_dir*:: [empty] + + If plugins_dir is not set, plugins will be loaded from $XDG_DATA_HOME/poezio/plugins + You can specify another directory to use. It will be created if it does not + exist. + |