Variable: treemacs-text-scale

treemacs-text-scale is a customizable variable defined in treemacs-customization.el.

Value

nil

Documentation

Optional scale for the text (not the icons) in the treemacs window.

If set the value will be passed to text-scale-increase. Both positive and negative values are possible.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-text-scale nil
  "Optional scale for the text (not the icons) in the treemacs window.
If set the value will be passed to `text-scale-increase'.  Both positive and
negative values are possible."
  :type 'integer
  :group 'treemacs-window)