DamienCassou/auth-password-store@ff4940c -> DamienCassou/auth-password-store@aa7f171 alphapapa/magit-todos@a0e5d1f -> alphapapa/magit-todos@78d24cf charignon/github-review@e2123cc -> charignon/github-review@db72374 editorconfig/editorconfig-emacs@a6c70da -> editorconfig/editorconfig-emacs@da84471 emacs-lsp/lsp-mode@57ea180 -> emacs-lsp/lsp-mode@5005ebe emacs-straight/project@da0333a -> emacs-straight/project@162d892 emacsorphanage/quickrun@005d269 -> emacsorphanage/quickrun@fd96577 emacsorphanage/terraform-mode@2967e7b -> emacsorphanage/terraform-mode@63fafc6 jacktasia/dumb-jump@fbbe6b0 -> jacktasia/dumb-jump@85f898e magit/forge@031e4f0 -> magit/forge@05ef029 magit/magit@2fb3bf7 -> magit/magit@068f838 millejoh/emacs-ipython-notebook@1bfb80c -> millejoh/emacs-ipython-notebook@a019ee3 thiderman/makefile-executor.el@9a7d78f -> thiderman/makefile-executor.el@d0a34c3 tkf/emacs-request@d02d134 -> tkf/emacs-request@0183da8 yoshiki/yaml-mode@68fecb5 -> yoshiki/yaml-mode@fc5e1c5 zx2c4/password-store@06f4999 -> zx2c4/password-store@f152064
9 lines
452 B
EmacsLisp
9 lines
452 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/magit/packages.el
|
|
|
|
(when (package! magit :pin "068f8389743b96d31069bb891b6cc26810bf50d9")
|
|
(when (featurep! +forge)
|
|
(package! forge :pin "05ef02913004826165c383bd6d2ff6574542b76c"))
|
|
(package! magit-gitflow :pin "cc41b561ec6eea947fe9a176349fb4f771ed865b")
|
|
(package! magit-todos :pin "78d24cf419138b543460f40509c8c1a168b52ca0")
|
|
(package! github-review :pin "db723740e02348c0760407e532ad667ef89210ec"))
|