10 lines
254 B
EmacsLisp
10 lines
254 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/magit/packages.el
|
|
|
|
(when (package! magit)
|
|
(package! forge)
|
|
(package! magit-gitflow)
|
|
(package! magit-todos)
|
|
(package! github-review)
|
|
(when (featurep! :editor evil +everywhere)
|
|
(package! evil-magit)))
|