Henrik Lissner 2024-04-03 15:55:40 -04:00
parent e5fb4f3dd9
commit beb6e87636
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 4 additions and 4 deletions

View file

@ -6,9 +6,9 @@
(package! smerge-mode :built-in t)
(package! browse-at-remote :pin "76aa27dfd469fcae75ed7031bb73830831aaccbf")
(package! git-commit :pin "b68e0a3c3388af8daac662f25ccfd3e980590e12")
(package! git-commit :pin "b5637d665c1e5bd5b76ffb072dbac387f37a5f63")
(package! git-timemachine
;; The original lives on codeberg.org; which has uptime issues.
:recipe (:host github :repo "emacsmirror/git-timemachine")
:pin "ac933e5cd29583c131401f3bd991d98129c316df")
:pin "5ed73c3831cf6da10ba941e6abba708a86853e8f")
(package! git-modes :pin "3cc94974c09c43462dfbfbe20396a414352dbb92")

View file

@ -1,9 +1,9 @@
;; -*- no-byte-compile: t; -*-
;;; tools/magit/packages.el
(when (package! magit :pin "0e8f25a8d8011328f2bf082232c720b24c2a12c2")
(when (package! magit :pin "b5637d665c1e5bd5b76ffb072dbac387f37a5f63")
(when (modulep! +forge)
(package! forge :pin "2a3b41eb6235b3f39c017c1f86b3928a45c5a64d")
(package! forge :pin "ad94b5665de357347bfc52910eef46a79f74988d")
(package! code-review
:recipe (:host github
:repo "doomelpa/code-review"