Variable: treemacs--tag-follow-timer

treemacs--tag-follow-timer is a variable defined in treemacs-tag-follow-mode.el.

Value

nil

Documentation

The idle timer object for treemacs-tag-follow-mode(var)/treemacs-tag-follow-mode(fun).

Active while tag follow mode is enabled and nil/cancelled otherwise.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-tag-follow-mode.el
(defvar treemacs--tag-follow-timer nil
  "The idle timer object for `treemacs-tag-follow-mode'.
Active while tag follow mode is enabled and nil/cancelled otherwise.")