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

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

[elpa] externals/pinentry 3f3150b 15/18: Mention how to enable pinentry


From: Stefan Monnier
Subject: [elpa] externals/pinentry 3f3150b 15/18: Mention how to enable pinentry feature
Date: Sat, 28 Nov 2020 00:07:49 -0500 (EST)

branch: externals/pinentry
commit 3f3150b3520ae295fedc12ee250f1d4cf5129520
Author: Daiki Ueno <ueno@gnu.org>
Commit: Daiki Ueno <ueno@gnu.org>

    Mention how to enable pinentry feature
    
    * pinentry.el: Mention "gpgconf --reload gpg-agent".
---
 pinentry.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pinentry.el b/pinentry.el
index 0037006..d7dca4a 100644
--- a/pinentry.el
+++ b/pinentry.el
@@ -26,7 +26,8 @@
 ;; This package allows GnuPG passphrase to be prompted through the
 ;; minibuffer instead of graphical dialog.
 ;;
-;; To use, add allow-emacs-pinentry to ~/.gnupg/gpg-agent.conf, and
+;; To use, add "allow-emacs-pinentry" to "~/.gnupg/gpg-agent.conf",
+;; reload the configuration with "gpgconf --reload gpg-agent", and
 ;; start the server with M-x pinentry-start.
 ;;
 ;; The actual communication path between the relevant components is



reply via email to

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