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)))
|