mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-14 09:39:42 +00:00
Change default project list filename to "projects"
* lisp/progmodes/project.el (project-list-file): Change the default filename to "projects".
This commit is contained in:
parent
e7fb0a48a6
commit
f4568bac56
@ -747,7 +747,7 @@ Arguments the same as in `compile'."
|
||||
|
||||
;;; Project list
|
||||
|
||||
(defcustom project-list-file (locate-user-emacs-file "project-list")
|
||||
(defcustom project-list-file (locate-user-emacs-file "projects")
|
||||
"File to save the list of known projects."
|
||||
:type 'file
|
||||
:version "28.1"
|
||||
|
Loading…
Reference in New Issue
Block a user