Variable: treemacs--refresh-timer

treemacs--refresh-timer is a variable defined in treemacs-filewatch-mode.el.

Value

nil

Documentation

Timer that will run a refresh after treemacs-file-event-delay ms.

Stored here to allow it to be cancelled by a manual refresh.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-filewatch-mode.el
(defvar treemacs--refresh-timer nil
  "Timer that will run a refresh after `treemacs-file-event-delay' ms.
Stored here to allow it to be cancelled by a manual refresh.")