finga
3fad3b9758
In order for emacs to be able to cope with gpg, the following lines have to be configured in `~/.gnupg/gpg-agent.conf`: ``` pinentry-program /usr/bin/pinentry-tty allow-loopback-entry ```
3 lines
90 B
EmacsLisp
3 lines
90 B
EmacsLisp
(use-package pinentry
|
|
:init
|
|
(setq epa-pinentry-mode 'loopback))
|