mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
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:
@@ -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)))
|
||||
|
Reference in New Issue
Block a user