Variable: winner-boring-buffers

winner-boring-buffers is a customizable variable defined in winner.el.gz.

Value

("*Completions*")

Documentation

List of buffer names whose windows winner-undo will not restore.

You may want to include buffer names such as *Help*, *Apropos*,
*Buffer List*, *info* and *Compile-Log*.

Source Code

;; Defined in /usr/src/emacs/lisp/winner.el.gz
(defcustom winner-boring-buffers '("*Completions*")
  "List of buffer names whose windows `winner-undo' will not restore.
You may want to include buffer names such as *Help*, *Apropos*,
*Buffer List*, *info* and *Compile-Log*."
  :type '(repeat string))