From 2730cb206c0600d35e694dd187b364b1805fb77d Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Mon, 15 Mar 2021 21:23:45 -0400 Subject: [PATCH] BUGFIX --- config/gpg-agent.conf | 1 - modules/encryption.org | 1 - 2 files changed, 2 deletions(-) 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