Files
doomemacs/modules/tools/magit/packages.el
2018-05-31 21:31:29 +02:00

10 lines
234 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 +everywhere)
(package! evil-magit)))