tools/magit: gate magithub behind +hub flag
Use +magit-hub-features to customize which features to load. Set it to `t` to load all features.
This commit is contained in:
parent
5c8ff3ada3
commit
1a28a0c088
3 changed files with 14 additions and 3 deletions
|
@ -2,7 +2,8 @@
|
|||
;;; tools/magit/packages.el
|
||||
|
||||
(when (package! magit)
|
||||
(package! magithub)
|
||||
(package! magit-gitflow)
|
||||
(when (featurep! +hub)
|
||||
(package! magithub))
|
||||
(when (featurep! :feature evil)
|
||||
(package! evil-magit)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue