Function: treemacs--follow-after-buffer-list-update

treemacs--follow-after-buffer-list-update is a byte-compiled function defined in treemacs-follow-mode.el.

Signature

(treemacs--follow-after-buffer-list-update)

Documentation

Debounced call to treemacs--follow.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-follow-mode.el
(defun treemacs--follow-after-buffer-list-update ()
  "Debounced call to `treemacs--follow'."
  (when treemacs--ready-to-follow
    (unless treemacs--follow-timer
      (setq treemacs--follow-timer
            (run-with-idle-timer treemacs-file-follow-delay nil #'treemacs--follow)))))