Variable: xwidget-webkit-bookmark-jump-new-session
xwidget-webkit-bookmark-jump-new-session is a customizable variable
defined in xwidget.el.gz.
Value
nil
Documentation
Control bookmark jump to use new session or not.
If non-nil, use a new xwidget webkit session after bookmark jump.
Otherwise, it will use xwidget-webkit-last-session.
When you set this variable to nil, consider further customization with
xwidget-webkit-last-session-buffer.
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/xwidget.el.gz
;;; Bookmarks integration
(defcustom xwidget-webkit-bookmark-jump-new-session nil
"Control bookmark jump to use new session or not.
If non-nil, use a new xwidget webkit session after bookmark jump.
Otherwise, it will use `xwidget-webkit-last-session'.
When you set this variable to nil, consider further customization with
`xwidget-webkit-last-session-buffer'."
:version "28.1"
:type 'boolean)