[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)
- [elpa] externals/autocrypt 7334fcf0a3 61/94: Transform autocrypt-backends into a hook, (continued)
- [elpa] externals/autocrypt 7334fcf0a3 61/94: Transform autocrypt-backends into a hook, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 82d4e3586b 72/94: Modify message-mode-map when installing autocrypt for message-mode, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 758ef48ec5 37/94: Quote autocrypt-loaded-version to check if was bound, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 754af378cc 40/94: Fix broken method invocations, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt a06cd2685b 46/94: Remove unwanted autoload cookies, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt f55388cc6e 51/94: Suppress message when autocrypt file is modified, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 39c06eb402 52/94: Rename autocrypt-load for Rmail, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 5b55f8d375 55/94: Add comments on extending autocrypt.el in the README, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt a5d67301c1 57/94: Revert to custom generic backend system, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 8965ce57c7 74/94: Add references to autocrypt-backends to all generic functions, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt c439cbe029 76/94: Update "How to use" section to demonstrate configuring without setup,
ELPA Syncer <=
- [elpa] externals/autocrypt ff87f73f00 77/94: Install process-header into gnus-select-article-hook, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt a89bbd717e 79/94: Fix custom type of autocrypt-process-header, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 9e393f869a 81/94: Adjust header formatting, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 46557b4403 92/94: Relicense autocrypt under GPL-3, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 977a60aa04 93/94: Assign copyright to the FSF, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 373194a318 03/94: added license, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 5fec39262e 05/94: updated minimal package requirement, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt a56b2806f3 08/94: fixed undefined autocrypt-list-recipients bug, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 1491d9de1e 07/94: fixed checkdoc complaints, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt dae7c32262 15/94: turned autoload calls into autoload comments, ELPA Syncer, 2023/03/26