Files
doomemacs/modules/tools/magit/packages.el
2018-06-01 13:40:48 +02:00

9 lines
206 B
EmacsLisp

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