doomemacs/modules/tools/magit/packages.el
2019-12-08 13:34:34 -06:00

10 lines
254 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; tools/magit/packages.el
(when (package! magit)
(package! forge)
(package! magit-gitflow)
(package! magit-todos)
(package! github-review)
(when (featurep! :editor evil +everywhere)
(package! evil-magit)))