Files
doomemacs/modules/tools/magit/packages.el
Henrik Lissner 0893edefae refactor!(magit): remove magit-todos
BREAKING CHANGE: Removes magit-todos from the magit module. I've always
thought my choice to include it as a 'reasonable default' in this module
was a bit dubious. Given how trivial the config is, I leave it to users
to install if they want it, instead.
2024-08-19 16:21:45 -04:00

12 lines
413 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; tools/magit/packages.el
(package! magit :pin "cf94190410ef163fd102cdbcb67f28599d31eabc")
(when (modulep! +forge)
(package! forge :pin "a56eb3cbb27c61387d35cbff6b036a2c1bc1559d")
(package! code-review
:recipe (:host github
:repo "doomelpa/code-review"
:files ("graphql" "code-review*.el"))
:pin "e4c34fa284da25d8e0bafbae4300f1db5bdcda44"))