diff --git a/modules/tools/magit/packages.el b/modules/tools/magit/packages.el index c96d9cfa0..51682daa9 100644 --- a/modules/tools/magit/packages.el +++ b/modules/tools/magit/packages.el @@ -3,7 +3,6 @@ (when (package! magit) (package! magit-gitflow) - (when (featurep! +hub) - (package! magithub)) + (package! magithub) (when (featurep! :feature evil +everywhere) (package! evil-magit)))