doomemacs/modules/tools/magit/packages.el

9 lines
206 B
EmacsLisp

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