Variable: project-list-file

project-list-file is a customizable variable defined in project.el.gz.

Value

"~/.emacs.d/projects"

Documentation

File in which to save the list of known projects.

This variable was added, or its default value changed, in Emacs 28.1.

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/project.el.gz
;;; Project list

(defcustom project-list-file (locate-user-emacs-file "projects")
  "File in which to save the list of known projects."
  :type 'file
  :version "28.1"
  :group 'project)