summaryrefslogtreecommitdiff
path: root/mailscripts.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-04 14:57:01 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-04 14:57:01 -0700
commit718d9851b48dfd49a5bf109b6b8a073c172fb07f (patch)
treeaf6ceffaf68decd0fb412dc0e69ecee37f8c8b47 /mailscripts.el
parent4de9d8cacde516fc5d38c6bddffbae39505e6f6a (diff)
downloadmailscripts-718d9851b48dfd49a5bf109b6b8a073c172fb07f.tar.gz
mailscripts.el: update mailscripts-project-library default value
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'mailscripts.el')
-rw-r--r--mailscripts.el9
1 files changed, 2 insertions, 7 deletions
diff --git a/mailscripts.el b/mailscripts.el
index feb8568..80beda2 100644
--- a/mailscripts.el
+++ b/mailscripts.el
@@ -48,19 +48,14 @@ Note that this does not prevent the creation of new branches."
(const :tag "Ask whether to detach" ask))
:group 'mailscripts)
-(defcustom mailscripts-project-library 'projectile
+(defcustom mailscripts-project-library 'project
"Which project management library to use to choose from known projects.
Some mailscripts functions allow selecting the repository to
which patches will be applied from the list of projects already
known to Emacs. There is more than one popular library for
maintaining a list of known projects, however, so this variable
-must be set to the one you use.
-
-Once there is a more fully-featured version of project.el
-included in the latest stable release of GNU Emacs, the default
-value of this variable may change, so if you wish to continue
-using Projectile, you should explicitly customize this."
+must be set to the one you use."
:type '(choice (const :tag "project.el" project)
(const :tag "Projectile" projectile))
:group 'mailscripts)