Variable: pgg-default-scheme
pgg-default-scheme is a customizable variable defined in
pgg-def.el.gz.
Value
gpg
Documentation
Default PGP scheme.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/pgg-def.el.gz
(defcustom pgg-default-scheme 'gpg
"Default PGP scheme."
:type '(choice (const :tag "GnuPG" gpg)
(const :tag "PGP 5" pgp5)
(const :tag "PGP" pgp)))