diff options
author | Robin Jarry <robin@jarry.cc> | 2023-07-10 09:32:07 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-07-10 09:33:02 +0200 |
commit | 53de61a1ca012b4b63f882a9a55c1cfcc204c5e4 (patch) | |
tree | 37e4aec83567372a6472721e691da72d3d88e79f /doc/aerc-config.5.scd | |
parent | c0d4691727e1cb635cbbb9714392e14d23a9af72 (diff) | |
download | aerc-53de61a1ca012b4b63f882a9a55c1cfcc204c5e4.tar.gz |
doc: fix hooks title level in aerc-config(5)
It should be a top level item.
Fixes: f10b184eb346 ("hooks: add aerc-startup hook")
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index e2d19310..06f7c0b0 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -839,7 +839,7 @@ text/plain=gvim {} +125 message/rfc822=thunderbird ``` -## HOOKS +# HOOKS Hooks are triggered whenever the associated event occurs. The commands are run in a shell environment with information added to environment variables. |