Variable: treemacs-tag-follow-delay

treemacs-tag-follow-delay is a customizable variable defined in treemacs-customization.el.

Value

1.5

Documentation

Delay in seconds of inactivity for treemacs-tag-follow-mode(var)/treemacs-tag-follow-mode(fun) to trigger.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-tag-follow-delay 1.5
  "Delay in seconds of inactivity for `treemacs-tag-follow-mode' to trigger."
  :type 'number
  :group 'treemacs-follow)