Function: treemacs--prev-project-pos

treemacs--prev-project-pos is a byte-compiled function defined in treemacs-workspaces.el.

Signature

(treemacs--prev-project-pos)

Documentation

Get the position of the next project.

Will return point-min if there is no next project.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-workspaces.el
(define-inline treemacs--prev-project-pos ()
  "Get the position of the next project.
Will return `point-min' if there is no next project."
  (declare (side-effect-free t))
  (inline-quote (previous-single-char-property-change (line-beginning-position) :project)))