Variable: treemacs--find-user-project-functions
treemacs--find-user-project-functions is a variable defined in
treemacs-workspaces.el.
Value
(treemacs--current-builtin-project-function
treemacs--current-directory-project-function)
Documentation
List of functions to find the user project for the current buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-workspaces.el
(defvar treemacs--find-user-project-functions
(list #'treemacs--current-builtin-project-function
#'treemacs--current-directory-project-function)
"List of functions to find the user project for the current buffer.")