Function: treemacs--tear-down-tag-follow-mode
treemacs--tear-down-tag-follow-mode is a byte-compiled function
defined in treemacs-tag-follow-mode.el.
Signature
(treemacs--tear-down-tag-follow-mode)
Documentation
Tear down tag follow mode.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-tag-follow-mode.el
(defun treemacs--tear-down-tag-follow-mode ()
"Tear down tag follow mode."
(remove-hook 'first-change-hook #'treemacs--reset-imenu-cache)
(when treemacs--tag-follow-timer
(cancel-timer treemacs--tag-follow-timer)))