~pkal/autocrypt

fe5a35856604effb2025496351ce247ba3540b1e — Michael Eliachevitch 8 months ago 70f36f6
Add missing `-hook` suffix in readme hook name
1 files changed, 1 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +1 -1
@@ 34,7 34,7 @@ inject headers using `message-mode` as follows:

~~~elisp
(add-hook 'rmail-mode-hook #'autocrypt-mode)
(add-hook 'message-mode #'autocrypt-mode)
(add-hook 'message-mode-hook #'autocrypt-mode)
~~~

alternatively, using [`setup`][setup]: