doomemacs/modules/tools/magit/packages.el

9 lines
206 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)
(package! magithub)
(when (featurep! :feature evil +everywhere)
2018-05-25 06:53:04 +08:00
(package! evil-magit)))