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:
parent
56d7f70b2f
commit
9bb5b4ef72
1 changed files with 3 additions and 4 deletions
|
@ -4,11 +4,10 @@
|
||||||
"Whether or not to enable magithub features for all projects by default. Must
|
"Whether or not to enable magithub features for all projects by default. Must
|
||||||
be set before `magithub' (and `magit') is loaded.")
|
be set before `magithub' (and `magit') is loaded.")
|
||||||
|
|
||||||
(defvar +magit-hub-features
|
(defvar +magit-hub-features t
|
||||||
'(pull-request-merge commit-browse completion)
|
|
||||||
"What features to initialize when `magithub' is loaded. Set this to `t' to
|
"What features to initialize when `magithub' is loaded. Set this to `t' to
|
||||||
load everything. See `magithub-feature-list' to see what features are
|
load everything, and nil to load nothing. See `magithub-feature-list' to see
|
||||||
available.")
|
what features are available.")
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue