From 85e24317ae002bd749ec50f5d95335781bb68530 Mon Sep 17 00:00:00 2001 From: zdm Date: Thu, 4 Feb 2021 18:40:27 -0700 Subject: [PATCH] use internal emacs pin for gpg password auth --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index 92cb11d..90885a8 100644 --- a/init.el +++ b/init.el @@ -547,3 +547,8 @@ (erc-notifications-disable) (add-hook 'focus-in-hook 'erc-notifications-disable) (add-hook 'focus-out-hook 'erc-notifications-enable)) + +;;; GPG + +;; Use internal pin +(setenv "GPG_AGENT_INFO" nil)