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

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

[elpa] externals/autocrypt c439cbe029 76/94: Update "How to use" section


From: ELPA Syncer
Subject: [elpa] externals/autocrypt c439cbe029 76/94: Update "How to use" section to demonstrate configuring without setup
Date: Sun, 26 Mar 2023 07:58:02 -0400 (EDT)

branch: externals/autocrypt
commit c439cbe029f7ffeca6de0ea72258069c41350509
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Update "How to use" section to demonstrate configuring without setup
---
 README.md | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index ae59f062d4..60bbf21668 100644
--- a/README.md
+++ b/README.md
@@ -26,9 +26,18 @@ integration is welcomed.
 How to use
 ----------
 
-This package is published on [MELPA]. Using [`setup`][setup], one
-might configure `autocrypt.el` to read headers using Rmail and inject
-headers using `message-mode` as follows:
+This package is published on [MELPA], but there is an intention to
+eventually move over to GNU ELPA.
+
+One might configure `autocrypt.el` to read headers using Rmail and
+inject headers using `message-mode` as follows:
+
+~~~elisp
+(add-hook 'rmail-mode-hook #'autocrypt-mode)
+(add-hook 'message-mode #'autocrypt-mode)
+~~~
+
+alternatively, using [`setup`][setup]:
 
 ~~~elisp
 (setup (:package autocrypt)



reply via email to

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