Variable: treemacs-width-is-initially-locked

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

Value

t

Documentation

Indicates whether the width of the treemacs window is initially locked.

A locked width means that changes it is only possible with the commands treemacs-set-width or treemacs-toggle-fixed-width.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-width-is-initially-locked t
  "Indicates whether the width of the treemacs window is initially locked.
A locked width means that changes it is only possible with the commands
`treemacs-set-width' or `treemacs-toggle-fixed-width'."
  :type 'boolean
  :group 'treemacs-window)