Variable: treemacs-follow-after-init

treemacs-follow-after-init is a customizable variable defined in treemacs-customization.el.

Value

nil

Documentation

When non-nil find the current file in treemacs after it is first initialised.

Might supersede treemacs-expand-after-init.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-follow-after-init nil
  "When non-nil find the current file in treemacs after it is first initialised.
Might supersede `treemacs-expand-after-init'."
  :type 'boolean
  :group 'treemacs-follow)