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).
This commit is contained in:
Henrik Lissner 2018-10-17 00:21:18 -04:00
parent 56d7f70b2f
commit 9bb5b4ef72
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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.")
;;