tools/magit: add magit-gitflow

This commit is contained in:
Henrik Lissner 2018-05-25 00:53:04 +02:00
parent ae95b9e8d5
commit be9a06b126
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 9 additions and 4 deletions

View file

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