Browse Source

BUGFIX

main
parent
commit
2730cb206c
  1. 1
      config/gpg-agent.conf
  2. 1
      modules/encryption.org

1
config/gpg-agent.conf

@ -1,3 +1,2 @@
pinentry-emacs ~/.local/source/pinentry-emacs/pinentry-emacs
allow-emacs-pinentry
allow-loopback-pinentry

1
modules/encryption.org

@ -19,7 +19,6 @@ My source files encrypted with symmetric key encryption via *GPG*[fn:1]. This en
When the *gpg-agent*[fn:1] loads it will read the configuration at ~~/.gnupg/gpg-agent.conf~. Override the default settings to allow Emacs to function as the *Pinentry*[fn:2] application.
#+begin_src conf
pinentry-emacs ~/.local/source/pinentry-emacs/pinentry-emacs
allow-emacs-pinentry
allow-loopback-pinentry
#+end_src

Loading…
Cancel
Save