branch: externals/autocrypt
commit 81c88ab90e68a5ed5c2ff70ad27afd5f5c845286
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
Remove setup example from the README
---
README.md | 8 --------
1 file changed, 8 deletions(-)
diff --git a/README.md b/README.md
index 57ea0b92f2..abe03c6d5f 100644
--- a/README.md
+++ b/README.md
@@ -37,13 +37,6 @@ inject headers using `message-mode` as follows:
(add-hook 'message-mode-hook #'autocrypt-mode)
~~~
-alternatively, using [`setup`][setup]:
-
-~~~elisp
-(setup (:package autocrypt)
- (:hook-into rmail-mode message-mode))
-~~~
-
Autocrypt recommends using a new or separate key pair for signing and
encrypting. If you wish to do so, call the `autocrypt-create-account`
command. In case you want to manually configure your setup, customise
@@ -87,5 +80,4 @@ Public Domain Dedication][cc0] license.
[autocrypt]: https://autocrypt.org/
[public inbox]: https://lists.sr.ht/~pkal/public-inbox
[MELPA]: https://melpa.org/#/autocrypt
-[setup]: http://elpa.gnu.org/packages/setup.html
[cc0]: https://creativecommons.org/publicdomain/zero/1.0/deed