Variable: tab-line-auto-hscroll

tab-line-auto-hscroll is a customizable variable defined in tab-line.el.gz.

Value

t

Documentation

Allow or disallow automatic horizontal scrolling of the tab line.

Non-nil means the tab lines are automatically scrolled horizontally to make the selected tab visible.

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

Source Code

;; Defined in /usr/src/emacs/lisp/tab-line.el.gz
(defcustom tab-line-auto-hscroll t
  "Allow or disallow automatic horizontal scrolling of the tab line.
Non-nil means the tab lines are automatically scrolled horizontally to make
the selected tab visible."
  :type 'boolean
  :group 'tab-line
  :version "27.1")