Variable: treemacs-wide-toggle-width

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

Value

70

Documentation

When resizing, this value is added or subtracted from the window width.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-wide-toggle-width 70
  "When resizing, this value is added or subtracted from the window width."
  :type 'integer
  :group 'treemacs-window)