Variable: treemacs-create-project-functions

treemacs-create-project-functions is a customizable variable defined in treemacs-customization.el.

Value

nil

Documentation

Hooks to run whenever a project is created.

Will be called with the new project as the sole argument.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-create-project-functions nil
  "Hooks to run whenever a project is created.
Will be called with the new project as the sole argument."
  :type 'hook
  :group 'treemacs-hooks)