diff options
| author | Simen Heggestøyl <simenheg@gmail.com> | 2020-06-04 19:58:36 +0200 |
|---|---|---|
| committer | Simen Heggestøyl <simenheg@gmail.com> | 2020-06-04 20:16:54 +0200 |
| commit | f4568bac56968c2d7837d6f5be561f3cf4430388 (patch) | |
| tree | 0e132108b110f00197fde091ddf013c74ee2d735 | |
| parent | e7fb0a48a65c986e75d39848cac3c4d2435f4baa (diff) | |
| download | emacs-f4568bac56968c2d7837d6f5be561f3cf4430388.tar.gz | |
Change default project list filename to "projects"
* lisp/progmodes/project.el (project-list-file): Change the default
filename to "projects".
| -rw-r--r-- | lisp/progmodes/project.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index ad0bb6763ac..4d57fb25fda 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -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" |
