Variable: tab-bar-auto-width-faces

tab-bar-auto-width-faces is a variable defined in tab-bar.el.gz.

Value

(tab-bar-tab tab-bar-tab-inactive tab-bar-tab-ungrouped
	     tab-bar-tab-group-inactive)

Documentation

Resize tabs only with these faces.

Source Code

;; Defined in /usr/src/emacs/lisp/tab-bar.el.gz
(defvar tab-bar-auto-width-faces
  '( tab-bar-tab tab-bar-tab-inactive
     tab-bar-tab-ungrouped
     tab-bar-tab-group-inactive)
  "Resize tabs only with these faces.")