Variable: treemacs-deferred-git-apply-delay

treemacs-deferred-git-apply-delay is a customizable variable defined in treemacs-customization.el.

Value

0.5

Documentation

Delay in seconds of idle time before git fontification is applied.

This is only relevant when using the deferred variant of git-mode.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-deferred-git-apply-delay 0.5
  "Delay in seconds of idle time before git fontification is applied.
This is only relevant when using the deferred variant of git-mode."
  :type 'number
  :group 'treemacs-git)