tools/magit: remove +hub check around magithub package

This commit is contained in:
Henrik Lissner
2018-06-01 13:40:22 +02:00
parent 002f514b22
commit c5df4e7d2f

View File

@ -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)))