]> code.delx.au - gnu-emacs/blobdiff - lisp/pgg-gpg.el
(pgg-gpg-use-agent): Default to t.
[gnu-emacs] / lisp / pgg-gpg.el
index 4b8b79b068e86370c66602bd7c10d1a42c42a345..95c3e5e599620852652f81828327011dee18ae30 100644 (file)
@@ -52,7 +52,7 @@
   :type '(choice (const :tag "New `--recipient' option" "--recipient")
                 (const :tag "Old `--remote-user' option" "--remote-user")))
 
-(defcustom pgg-gpg-use-agent nil
+(defcustom pgg-gpg-use-agent t
   "Whether to use gnupg agent for key caching."
   :group 'pgg-gpg
   :type 'boolean)