Variable: epa-popup-info-window

epa-popup-info-window is a customizable variable defined in epa.el.gz.

Value

t

Documentation

If non-nil, display status information from epa commands in another window.

Source Code

;; Defined in /usr/src/emacs/lisp/epa.el.gz
(defcustom epa-popup-info-window t
  "If non-nil, display status information from epa commands in another window."
  :type 'boolean
  :group 'epa)