Variable: pgg-gpg-use-agent
pgg-gpg-use-agent is a customizable variable defined in pgg-gpg.el.gz.
Value
t
Documentation
Whether to use gnupg agent for key caching.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/pgg-gpg.el.gz
(defcustom pgg-gpg-use-agent t
"Whether to use gnupg agent for key caching."
:type 'boolean)