From 2016560bdceac55231f2579ac1e23e0c47601814 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 17 Dec 2006 23:18:36 +0000 Subject: [PATCH] (pgg-gpg-use-agent): Default to t. --- lisp/pgg-gpg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2