Variable: tab-bar-position

tab-bar-position is a customizable variable defined in dispnew.c.

Value

nil

Documentation

Specify on which side from the tool bar the tab bar shall be.

Possible values are t (below the tool bar), nil (above the tool bar). This option affects only builds where the tool bar is not external.

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/src/dispnew.c
  DEFVAR_LISP ("tab-bar-position", Vtab_bar_position,
	       doc: /* Specify on which side from the tool bar the tab bar shall be.
Possible values are t (below the tool bar), nil (above the tool bar).
This option affects only builds where the tool bar is not external.  */);