mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tools/magit: add magit-gitflow
This commit is contained in:
@ -31,6 +31,10 @@
|
|||||||
(magithub-feature-autoinject t))
|
(magithub-feature-autoinject t))
|
||||||
|
|
||||||
|
|
||||||
|
(def-package! magit-gitflow
|
||||||
|
:hook (magit-mode . turn-on-magit-gitflow))
|
||||||
|
|
||||||
|
|
||||||
(def-package! evil-magit
|
(def-package! evil-magit
|
||||||
:when (featurep! :feature evil)
|
:when (featurep! :feature evil)
|
||||||
:after magit
|
:after magit
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; tools/magit/packages.el
|
;;; tools/magit/packages.el
|
||||||
|
|
||||||
(package! magit)
|
(when (package! magit)
|
||||||
(package! magithub)
|
(package! magithub)
|
||||||
(when (featurep! :feature evil)
|
(package! magit-gitflow)
|
||||||
(package! evil-magit))
|
(when (featurep! :feature evil)
|
||||||
|
(package! evil-magit)))
|
||||||
|
Reference in New Issue
Block a user