Variable: treemacs-width-increment
treemacs-width-increment is a customizable variable defined in
treemacs-customization.el.
Value
1
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-width-increment 1
"When resizing, this value is added or subtracted from the window width."
:type 'integer
:group 'treemacs-window)