diff --git a/config/gpg-agent.conf b/config/gpg-agent.conf index 75707fd..24d3cab 100644 --- a/config/gpg-agent.conf +++ b/config/gpg-agent.conf @@ -1,3 +1,2 @@ -pinentry-emacs ~/.local/source/pinentry-emacs/pinentry-emacs allow-emacs-pinentry allow-loopback-pinentry diff --git a/modules/encryption.org b/modules/encryption.org index 3a4aa49..fd5537b 100644 --- a/modules/encryption.org +++ b/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