Variable: eww-restore-desktop
eww-restore-desktop is a customizable variable defined in eww.el.gz.
Value
nil
Documentation
How to restore EWW buffers on desktop-restore.
If t or auto, the buffers will be reloaded automatically.
If nil, buffers will require manual reload, and will contain the text
specified in eww-restore-reload-prompt instead of the actual Web
page contents.
This variable was added, or its default value changed, in Emacs 25.1.
Source Code
;; Defined in /usr/src/emacs/lisp/net/eww.el.gz
(defcustom eww-restore-desktop nil
"How to restore EWW buffers on `desktop-restore'.
If t or `auto', the buffers will be reloaded automatically.
If nil, buffers will require manual reload, and will contain the text
specified in `eww-restore-reload-prompt' instead of the actual Web
page contents."
:version "25.1"
:type '(choice (choice :tag "Restore all automatically" :value t
(const t)
(const auto))
(const :tag "Require manual reload" nil)))