Variable: treemacs-pulse-on-failure

treemacs-pulse-on-failure is a customizable variable defined in treemacs-customization.el.

Value

t

Documentation

When non-nil treemacs will pulse the current line as a failure indicator.

This applies to actions like treemacs not finding any tags it can show when treemacs-toggle-node is called on a file node.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-pulse-on-failure t
  "When non-nil treemacs will pulse the current line as a failure indicator.
This applies to actions like treemacs not finding any tags it can show when
`treemacs-toggle-node' is called on a file node."
  :type 'boolean
  :group 'treemacs)