doomemacs/modules/tools/magit/packages.el
Henrik Lissner 1a28a0c088
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.
2018-05-31 21:30:41 +02:00

10 lines
222 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; tools/magit/packages.el
(when (package! magit)
(package! magit-gitflow)
(when (featurep! +hub)
(package! magithub))
(when (featurep! :feature evil)
(package! evil-magit)))