doomemacs/modules/tools/magit/packages.el

10 lines
222 B
EmacsLisp
Raw Normal View History

;; -*- no-byte-compile: t; -*-
;;; tools/magit/packages.el
2018-05-25 06:53:04 +08:00
(when (package! magit)
(package! magit-gitflow)
(when (featurep! +hub)
(package! magithub))
2018-05-25 06:53:04 +08:00
(when (featurep! :feature evil)
(package! evil-magit)))