diff options
author | Florent Le Coz <louiz@louiz.org> | 2012-01-10 16:30:59 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2012-01-26 10:05:35 +0100 |
commit | 83abd9f19666eea8edfcd30f80fbd08388bc8816 (patch) | |
tree | 8f577c41a90ab3649e209b2b7ce66af34ba34d59 /doc/en | |
parent | 13430de1f4843527e07ae9edc75e114a064836e7 (diff) | |
download | poezio-83abd9f19666eea8edfcd30f80fbd08388bc8816.tar.gz poezio-83abd9f19666eea8edfcd30f80fbd08388bc8816.tar.bz2 poezio-83abd9f19666eea8edfcd30f80fbd08388bc8816.tar.xz poezio-83abd9f19666eea8edfcd30f80fbd08388bc8816.zip |
Add a simple_notify plugin
And also fix some issues, like the split of the exec_command arguments.
And the doc for the plugin, too.
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/plugins/gpg.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/plugins/gpg.txt b/doc/en/plugins/gpg.txt index 70a6fd15..a39b68a4 100644 --- a/doc/en/plugins/gpg.txt +++ b/doc/en/plugins/gpg.txt @@ -33,7 +33,7 @@ You need to create a plugin configuration file. Create a file named _gpg.cfg_ into your plugins configuration directory (_~/.config/poezio/plugins_ by default), and fill it like this: -[source,python] +[source,conf] --------------------------------------------------------------------- [gpg] keyid = 091F9C78 |