]> git.eshelyaron.com Git - emacs.git/commitdiff
(pgg-gpg-use-agent): Default to t.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 17 Dec 2006 23:18:36 +0000 (23:18 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 17 Dec 2006 23:18:36 +0000 (23:18 +0000)
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)