mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
tools/magit: add magit-gitflow
This commit is contained in:
@@ -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)))
|
||||
|
Reference in New Issue
Block a user