Variable: tabulated-list-use-header-line

tabulated-list-use-header-line is a buffer-local variable defined in tabulated-list.el.gz.

Documentation

Whether the Tabulated List buffer should use a header line.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/tabulated-list.el.gz
(defvar-local tabulated-list-use-header-line t
  "Whether the Tabulated List buffer should use a header line.")