summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-12-17 23:18:36 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-12-17 23:18:36 +0000
commit2016560bdceac55231f2579ac1e23e0c47601814 (patch)
tree88d0dd5d5d6cd8451b23dc998eabfb2d6e196c75
parent1a0c46ebfca849388c74453f238efd383c9d954e (diff)
downloademacs-2016560bdceac55231f2579ac1e23e0c47601814.tar.gz
(pgg-gpg-use-agent): Default to t.
-rw-r--r--lisp/pgg-gpg.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pgg-gpg.el b/lisp/pgg-gpg.el
index 4b8b79b068e..95c3e5e5996 100644
--- a/lisp/pgg-gpg.el
+++ b/lisp/pgg-gpg.el
@@ -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)