mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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.
12 lines
413 B
EmacsLisp
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"))
|