emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/autocrypt f970fb51c8 19/94: added melpa link to readme


From: ELPA Syncer
Subject: [elpa] externals/autocrypt f970fb51c8 19/94: added melpa link to readme
Date: Sun, 26 Mar 2023 07:57:57 -0400 (EDT)

branch: externals/autocrypt
commit f970fb51c80d582dcc6682106388d6a870ef2c83
Author: Philip K <philip@warpmail.net>
Commit: Philip K <philip@warpmail.net>

    added melpa link to readme
---
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 6147e58b84..213b57ab9e 100644
--- a/README.md
+++ b/README.md
@@ -26,11 +26,11 @@ integration is welcomed.
 How to use
 ----------
 
-Using `use-package`, one might configure `autocrypt.el` to read
-headers using Rmail and inject headers using `message-mode` as
-follows:
+This package is published on [MELPA]. Using `use-package`, one might
+configure `autocrypt.el` to read headers using Rmail and inject
+headers using `message-mode` as follows:
 
-       (use-package 0x0
+       (use-package autocrypt
          :hook ((rmail-mode . autocrypt-mode)
                 (message-mode . autocrypt-mode)))
 
@@ -50,4 +50,5 @@ Public Domain Dedication][cc0] license.
 
 [autocrypt]: https://autocrypt.org/
 [public inbox]: https://lists.sr.ht/~zge/public-inbox
+[MELPA]: https://melpa.org/#/autocrypt
 [cc0]: https://creativecommons.org/publicdomain/zero/1.0/deed



reply via email to

[Prev in Thread] Current Thread [Next in Thread]