emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f4568ba 3/3: Change default project list filename to "projects"


From: Simen Heggestøyl
Subject: master f4568ba 3/3: Change default project list filename to "projects"
Date: Thu, 4 Jun 2020 14:17:33 -0400 (EDT)

branch: master
commit f4568bac56968c2d7837d6f5be561f3cf4430388
Author: Simen Heggestøyl <simenheg@gmail.com>
Commit: Simen Heggestøyl <simenheg@gmail.com>

    Change default project list filename to "projects"
    
    * lisp/progmodes/project.el (project-list-file): Change the default
    filename to "projects".
---
 lisp/progmodes/project.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index ad0bb67..4d57fb2 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]