mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-31 02:11:18 -07:00
8 lines
194 B
EmacsLisp
8 lines
194 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/magit/packages.el
|
|
|
|
(when (package! magit)
|
|
(package! magithub)
|
|
(package! magit-gitflow)
|
|
(when (featurep! :feature evil)
|
|
(package! evil-magit)))
|