Variable: treemacs--width-is-locked
treemacs--width-is-locked is a buffer-local variable defined in
treemacs-core-utils.el.
Documentation
Keeps track of whether the width of the treemacs window is locked.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-core-utils.el
(defvar-local treemacs--width-is-locked t
"Keeps track of whether the width of the treemacs window is locked.")