blob: 30eff9ad23c06e8f39490252fdb4519ccd80cd22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
This package (and corresponding support in app-crypt/pinentry)
provides a way to input a passphrase through the Emacs minibuffer.
To use it, add the line
allow-emacs-pinentry
to your gpg-agent.conf configuration file, which can usually be found
in the ~/.gnupg/ directory.
The pinentry server can be started with the command "pinentry-start".
You may add the following line to your Emacs configuration file:
(pinentry-start 'quiet)
|