mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-24 19:01:09 -08:00
9 lines
231 B
EmacsLisp
9 lines
231 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/magit/packages.el
|
|
|
|
(when (package! magit)
|
|
(package! magit-gitflow)
|
|
(package! magithub)
|
|
(package! magit-todos)
|
|
(when (featurep! :feature evil +everywhere)
|
|
(package! evil-magit)))
|