From: Chong Yidong Date: Sun, 17 Dec 2006 23:18:36 +0000 (+0000) Subject: (pgg-gpg-use-agent): Default to t. X-Git-Tag: emacs-pretest-22.0.92~42 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2016560bdceac55231f2579ac1e23e0c47601814;p=emacs.git (pgg-gpg-use-agent): Default to t. --- 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)