X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/924a09e9161c05d9d69d85fa102910b10ece372f..fe9c8b687c5121a413342024b62824a86d2de2be:/lisp/epg-config.el diff --git a/lisp/epg-config.el b/lisp/epg-config.el index 16ed6e1f5c..e92bcd62a6 100644 --- a/lisp/epg-config.el +++ b/lisp/epg-config.el @@ -1,6 +1,6 @@ ;;; epg-config.el --- configuration of the EasyPG Library -;; Copyright (C) 2006-2014 Free Software Foundation, Inc. +;; Copyright (C) 2006-2016 Free Software Foundation, Inc. ;; Author: Daiki Ueno ;; Keywords: PGP, GnuPG @@ -51,6 +51,12 @@ :group 'epg :type 'string) +(defcustom epg-gpgconf-program "gpgconf" + "The `gpgconf' executable." + :version "25.1" + :group 'epg + :type 'string) + (defcustom epg-gpg-home-directory nil "The directory which contains the configuration files of `epg-gpg-program'." :group 'epg