Variable: epa-file-inhibit-auto-save

epa-file-inhibit-auto-save is a customizable variable defined in epa-hook.el.gz.

Value

t

Documentation

If non-nil, disable auto-saving when opening an encrypted file.

Source Code

;; Defined in /usr/src/emacs/lisp/epa-hook.el.gz
(defcustom epa-file-inhibit-auto-save t
  "If non-nil, disable auto-saving when opening an encrypted file."
  :type 'boolean
  :group 'epa-file)