Variable: epg-gpgconf-program
epg-gpgconf-program is a customizable variable defined in
epg-config.el.gz.
Value
"gpgconf"
Documentation
The gpgconf executable.
This variable was added, or its default value changed, in Emacs 25.1.
Source Code
;; Defined in /usr/src/emacs/lisp/epg-config.el.gz
(defcustom epg-gpgconf-program "gpgconf"
"The `gpgconf' executable."
:version "25.1"
:type 'string)