]> code.delx.au - gnu-emacs/blobdiff - lisp/epg-config.el
epg: Automatically start pinentry server
[gnu-emacs] / lisp / epg-config.el
index 10f0dd3f4bf79b781d237e1365957d8abc28613d..db2951306d0536ca6e4a9a6d45fcd43edf271b8a 100644 (file)
   :group 'epg
   :type 'string)
 
+(defcustom epg-gpgconf-program "gpgconf"
+  "The `gpgconf' executable."
+  :group 'epg
+  :type 'string)
+
 (defcustom epg-gpg-home-directory nil
   "The directory which contains the configuration files of `epg-gpg-program'."
   :group 'epg