Variable: treemacs-pulse-on-success

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

Value

t

Documentation

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

This applies to actions like treemacs-copy-relative-path-at-point.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-pulse-on-success t
  "When non-nil treemacs will pulse the current line as a success indicator.
This applies to actions like `treemacs-copy-relative-path-at-point'."
  :type 'boolean
  :group 'treemacs)