Variable: browse-url-qutebrowser-new-window-is-tab

browse-url-qutebrowser-new-window-is-tab is a customizable variable defined in browse-url.el.gz.

Value

nil

Documentation

Whether to open up new Qutebrowser windows in a tab or a new window.

If non-nil, then open the URL in a new tab rather than a new window if browse-url-qutebrowser is asked to open it in a new window via the NEW-WINDOW argument.

This variable was added, or its default value changed, in Emacs 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/browse-url.el.gz
(defcustom browse-url-qutebrowser-new-window-is-tab nil
  "Whether to open up new Qutebrowser windows in a tab or a new window.
If non-nil, then open the URL in a new tab rather than a new window if
`browse-url-qutebrowser' is asked to open it in a new window via the
NEW-WINDOW argument."
  :type 'boolean
  :version "31.1")