Function: treemacs--next-project-pos
treemacs--next-project-pos is a byte-compiled function defined in
treemacs-workspaces.el.
Signature
(treemacs--next-project-pos)
Documentation
Get the position of the next project.
Will return point-max if there is no next project.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-workspaces.el
(define-inline treemacs--next-project-pos ()
"Get the position of the next project.
Will return `point-max' if there is no next project."
(declare (side-effect-free t))
(inline-quote (next-single-char-property-change (line-end-position) :project)))