Variable: treemacs--ready-to-follow

treemacs--ready-to-follow is a variable defined in treemacs-follow-mode.el.

Value

nil

Documentation

Signals to treemacs-follow-mode(var)/treemacs-follow-mode(fun) if a follow action may be run.

Must be set to nil when no following should be triggered, e.g. when the treemacs buffer is being rebuilt or during treemacs' own window selection functions.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-follow-mode.el
(defvar treemacs--ready-to-follow nil
  "Signals to `treemacs-follow-mode' if a follow action may be run.
Must be set to nil when no following should be triggered, e.g. when the
treemacs buffer is being rebuilt or during treemacs' own window selection
functions.")