Function: treemacs--do-pulse
treemacs--do-pulse is a byte-compiled function defined in
treemacs-visuals.el.
Signature
(treemacs--do-pulse FACE)
Documentation
Visually pulse current line using FACE.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-visuals.el
(defun treemacs--do-pulse (face)
"Visually pulse current line using FACE."
(pulse-momentary-highlight-one-line (point) face))