mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-03 07:42:17 -08:00
9 lines
234 B
EmacsLisp
9 lines
234 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/magit/packages.el
|
|
|
|
(when (package! magit)
|
|
(package! magit-gitflow)
|
|
(when (featurep! +hub)
|
|
(package! magithub))
|
|
(when (featurep! :feature evil +everywhere)
|
|
(package! evil-magit)))
|