1
0
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:
Simen Heggestøyl 2020-06-04 19:58:36 +02:00
parent e7fb0a48a6
commit f4568bac56

View File

@ -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"