Variable: hycontrol--blank-buffer
hycontrol--blank-buffer is a variable defined in hycontrol.el.
Value
#<buffer BLANK>
Documentation
Blank buffer to display in extra window grid windows.
Used after selected buffer list is exhausted.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
(defvar hycontrol--blank-buffer (get-buffer-create hycontrol-blank-buffer-name)
"Blank buffer to display in extra window grid windows.
Used after selected buffer list is exhausted.")