mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 02:50:24 +10:00
11 lines
254 B
EmacsLisp
11 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)))
|