dev: merge branch 'master' of

This commit is contained in:
Matt Nish-Lapidus 2024-08-21 09:37:15 -04:00
commit ba6a99df4d
11 changed files with 91 additions and 25 deletions

View file

@ -10,7 +10,7 @@
(when (modulep! :completion vertico)
(package! citar :pin "07d2a63c99fe35cbd468f8e6a322de05f1a29469")
(package! citar-embark :pin "07d2a63c99fe35cbd468f8e6a322de05f1a29469")
(when (modulep! :lang org +roam)
(when (modulep! :lang org +roam2)
(package! citar-org-roam :pin "82d47b5df1926627f56a09055c69b49b31cbbb9f")))
(package! parsebib :pin "ace9df707108b17759c004c7387655277122d4c1")

View file

@ -1,9 +1,12 @@
;; -*- no-byte-compile: t; -*-
;;; tools/magit/packages.el
(package! magit :pin "cf94190410ef163fd102cdbcb67f28599d31eabc")
;; NOTE: Always bump this to HEAD~1, not HEAD, because the latest commit on
;; magit's melpa branch is auto-generated and moved to HEAD every time there's
;; a commit to its main branch.
(package! magit :pin "2da34f1317c619ec2dfb9e0d969449261ca7f31f")
(when (modulep! +forge)
(package! forge :pin "a56eb3cbb27c61387d35cbff6b036a2c1bc1559d")
(package! forge :pin "1e7ee99c7f76034e40210a6fd6007015b1998f6d")
(package! code-review
:recipe (:host github
:repo "doomelpa/code-review"