From f75d4b7bb615df6c20546961870672c0f1680999 Mon Sep 17 00:00:00 2001 From: Koni Marti Date: Fri, 24 Nov 2023 16:02:55 +0100 Subject: doc: add aerc-patch Document the local patch management. Adjust the help command. Add default key binds. Changelog-added: Patch management with `:patch`. Signed-off-by: Koni Marti Acked-by: Robin Jarry --- commands/help.go | 1 + 1 file changed, 1 insertion(+) (limited to 'commands') diff --git a/commands/help.go b/commands/help.go index a3cfff40..3d8d5ecf 100644 --- a/commands/help.go +++ b/commands/help.go @@ -24,6 +24,7 @@ var pages = []string{ "stylesets", "templates", "tutorial", + "patch", "keys", } -- cgit