Function: treemacs--move-fringe-indicator-to-point

treemacs--move-fringe-indicator-to-point is a byte-compiled function defined in treemacs-fringe-indicator.el.

Signature

(treemacs--move-fringe-indicator-to-point)

Documentation

Move the fringe indicator to the position of point.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-fringe-indicator.el
(defun treemacs--move-fringe-indicator-to-point ()
  "Move the fringe indicator to the position of point."
  (when treemacs--fringe-indicator-overlay
    (-let [pabol (line-beginning-position)]
      (move-overlay treemacs--fringe-indicator-overlay pabol (1+ pabol)))))