doomemacs/modules/tools/magit/packages.el
2018-07-12 18:49:13 +02:00

10 lines
231 B
EmacsLisp

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