Variable: treemacs-width

treemacs-width is a customizable variable defined in treemacs-customization.el.

Value

35

Documentation

Width of the treemacs window.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-width 35
  "Width of the treemacs window."
  :type 'integer
  :group 'treemacs-window)