Mercurial > emacs
changeset 74714:8efc97426784
(pgg-gpg-use-agent): Default to t.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 17 Dec 2006 23:18:36 +0000 |
parents | afb6969d71a4 |
children | f644c8cf5f91 |
files | lisp/pgg-gpg.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/pgg-gpg.el Sun Dec 17 23:18:27 2006 +0000 +++ b/lisp/pgg-gpg.el Sun Dec 17 23:18:36 2006 +0000 @@ -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)