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
Whether to jump to a bookmarked URL in a new xwidget webkit session.
If non-nil, create a new xwidget webkit session, otherwise use
the value of xwidget-webkit-last-session.
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
"Whether to jump to a bookmarked URL in a new xwidget webkit session.
If non-nil, create a new xwidget webkit session, otherwise use
the value of `xwidget-webkit-last-session'."
:version "28.1"
:type 'boolean)