Variable: treemacs-project-follow-into-home

treemacs-project-follow-into-home is a customizable variable defined in treemacs-customization.el.

Value

nil

Documentation

When non-nil treemacs-project-follow-mode(var)/treemacs-project-follow-mode(fun) will also follow into $HOME.

By default project-following excludes the home directory as an option for the current project. Setting this to non-nil will open up $HOME to being the final fallback.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-project-follow-into-home nil
  "When non-nil `treemacs-project-follow-mode' will also follow into $HOME.

By default project-following excludes the home directory as an option for the
current project.  Setting this to non-nil will open up $HOME to being the final
fallback."
  :type 'boolean
  :group 'treemacs-follow)