From 9bb5b4ef7217af4a9107bf0a008090b5e85e484b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 17 Oct 2018 00:21:18 -0400 Subject: [PATCH] tools/magit: +magit-hub-features = t Since magithub is "disabled" by default, if enabled it might be confusing that its features aren't all enabled (which is magithub's default behavior). --- modules/tools/magit/config.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/tools/magit/config.el b/modules/tools/magit/config.el index 98e7bec6b..c924e559f 100644 --- a/modules/tools/magit/config.el +++ b/modules/tools/magit/config.el @@ -4,11 +4,10 @@ "Whether or not to enable magithub features for all projects by default. Must be set before `magithub' (and `magit') is loaded.") -(defvar +magit-hub-features - '(pull-request-merge commit-browse completion) +(defvar +magit-hub-features t "What features to initialize when `magithub' is loaded. Set this to `t' to -load everything. See `magithub-feature-list' to see what features are -available.") +load everything, and nil to load nothing. See `magithub-feature-list' to see +what features are available.") ;;