Variable: winner-boring-buffers-regexp
winner-boring-buffers-regexp is a customizable variable defined in
winner.el.gz.
Value
nil
Documentation
winner-undo will not restore windows with buffers matching this regexp.
This variable was added, or its default value changed, in Emacs 27.1.
Probably introduced at or before Emacs version 27.1.
Source Code
;; Defined in /usr/src/emacs/lisp/winner.el.gz
(defcustom winner-boring-buffers-regexp nil
"`winner-undo' will not restore windows with buffers matching this regexp."
:type '(choice (regexp :tag "Regexp")
(const :tag "Not Set" nil))
:version "27.1")