tools/magit: add magit-gitflow
This commit is contained in:
parent
ae95b9e8d5
commit
be9a06b126
2 changed files with 9 additions and 4 deletions
|
@ -31,6 +31,10 @@
|
|||
(magithub-feature-autoinject t))
|
||||
|
||||
|
||||
(def-package! magit-gitflow
|
||||
:hook (magit-mode . turn-on-magit-gitflow))
|
||||
|
||||
|
||||
(def-package! evil-magit
|
||||
:when (featurep! :feature evil)
|
||||
:after magit
|
||||
|
|
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue