~pkal/public-inbox

autocrypt: Add missing `-hook` suffix in readme hook name v1 PROPOSED

I guess you forgot the `-hook` suffix because `setup` usually does that
for you, same as `use-package` which I am still using. I haven't really
tested this, I didn't even really use the package, just started testing
it and therefore read the readme.

Btw, cool package, I wasn't aware of it until I checked emacs-news by
Sacha Chua and saw your post about taking a break of emacs development.
Don't feel guilty, I'm sure you feel responsible but you're also
responsible for yourself.

I still haven't done many patch-submissions on sourcehut, right now am
using the online tool, hopefully am not missing this up.

Cheers, Michael Eliachevitch

Michael Eliachevitch (1):
  Add missing `-hook` suffix in readme hook name

 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.34.5
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~pkal/public-inbox/patches/38076/mbox | git am -3
Learn more about email & git

[PATCH autocrypt 1/1] Add missing `-hook` suffix in readme hook name Export this patch

From: Michael Eliachevitch <m.eliachevitch@posteo.de>

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 072b9d0..57ea0b9 100644
--- a/README.md
+++ b/README.md
@@ -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]:
-- 
2.34.5