bump: magit compat git-commit
emacs-straight/compat@2bedcb5ea9 -> emacs-straight/compat@01fdf316a4 magit/magit@6d325d90ba -> magit/magit@30b0debaaa
This commit is contained in:
parent
b13c058429
commit
29c595ed1b
4 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
||||||
(package! orderless :pin "ae849b3d9f8c8a777e05816321ed2b00e8304447")
|
(package! orderless :pin "ae849b3d9f8c8a777e05816321ed2b00e8304447")
|
||||||
|
|
||||||
(package! consult :pin "b22a7de62ee4adf766be2f867dee8b6980902bba")
|
(package! consult :pin "b22a7de62ee4adf766be2f867dee8b6980902bba")
|
||||||
(package! compat :pin "2bedcb5ea91914e75d4905bc53e537b33f8f51e9")
|
(package! compat :pin "01fdf316a44eac9a7f6ab7e0983427a702ffd04d")
|
||||||
(package! consult-dir :pin "ed8f0874d26f10f5c5b181ab9f2cf4107df8a0eb")
|
(package! consult-dir :pin "ed8f0874d26f10f5c5b181ab9f2cf4107df8a0eb")
|
||||||
(when (modulep! :checkers syntax)
|
(when (modulep! :checkers syntax)
|
||||||
(package! consult-flycheck :pin "51b1b48e8dad314f9c9d963376f2ea8de94b97f2"))
|
(package! consult-flycheck :pin "51b1b48e8dad314f9c9d963376f2ea8de94b97f2"))
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
(package! smerge-mode :built-in t)
|
(package! smerge-mode :built-in t)
|
||||||
|
|
||||||
(package! browse-at-remote :pin "cef26f2c063f2473af42d0e126c8613fe2f709e4")
|
(package! browse-at-remote :pin "cef26f2c063f2473af42d0e126c8613fe2f709e4")
|
||||||
(package! git-commit :pin "6d325d90ba1374d48c4c7088f96864b678155f48")
|
(package! git-commit :pin "30b0debaaadadec6103a8d7eab92322fd9d30a15")
|
||||||
(package! git-timemachine
|
(package! git-timemachine
|
||||||
;; The original lives on codeberg.org; which has uptime issues.
|
;; The original lives on codeberg.org; which has uptime issues.
|
||||||
:recipe (:host github :repo "emacsmirror/git-timemachine")
|
:recipe (:host github :repo "emacsmirror/git-timemachine")
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; tools/magit/packages.el
|
;;; tools/magit/packages.el
|
||||||
|
|
||||||
(when (package! magit :pin "6d325d90ba1374d48c4c7088f96864b678155f48")
|
(when (package! magit :pin "30b0debaaadadec6103a8d7eab92322fd9d30a15")
|
||||||
(package! compat :pin "2bedcb5ea91914e75d4905bc53e537b33f8f51e9")
|
(package! compat :pin "01fdf316a44eac9a7f6ab7e0983427a702ffd04d")
|
||||||
(when (modulep! +forge)
|
(when (modulep! +forge)
|
||||||
(package! forge :pin "ce212f8f95838889c51d0327eb8c3979bec6665c")
|
(package! forge :pin "ce212f8f95838889c51d0327eb8c3979bec6665c")
|
||||||
(package! code-review
|
(package! code-review
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
(unless (modulep! +light)
|
(unless (modulep! +light)
|
||||||
(package! doom-modeline :pin "b66d5e5006df4cedb1119da3d83fd6c08965b830")
|
(package! doom-modeline :pin "b66d5e5006df4cedb1119da3d83fd6c08965b830")
|
||||||
(package! compat :pin "2bedcb5ea91914e75d4905bc53e537b33f8f51e9"))
|
(package! compat :pin "01fdf316a44eac9a7f6ab7e0983427a702ffd04d"))
|
||||||
(package! anzu :pin "5abb37455ea44fa401d5f4c1bdc58adb2448db67")
|
(package! anzu :pin "5abb37455ea44fa401d5f4c1bdc58adb2448db67")
|
||||||
(when (modulep! :editor evil)
|
(when (modulep! :editor evil)
|
||||||
(package! evil-anzu :pin "d1e98ee6976437164627542909a25c6946497899"))
|
(package! evil-anzu :pin "d1e98ee6976437164627542909a25c6946497899"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue