abo-abo/define-word@08c71b1 -> abo-abo/define-word@3af6825 brotzeit/helm-xref@6b4a8bd) -> brotzeit/helm-xref@23f1174) charignon/github-review@fab440a -> charignon/github-review@e2123cc cjohansson/emacs-ssh-deploy@1bb2f82 -> cjohansson/emacs-ssh-deploy@cc91b56 editorconfig/editorconfig-emacs@9bc1343 -> editorconfig/editorconfig-emacs@a6c70da emacs-lsp/dap-mode@4b18543 -> emacs-lsp/dap-mode@400ec52 emacs-lsp/lsp-mode@65034e1 -> emacs-lsp/lsp-mode@fb4c35c emacsorphanage/quickrun@ce7383c -> emacsorphanage/quickrun@005d269 jacktasia/dumb-jump@0d74b2f -> jacktasia/dumb-jump@fbbe6b0 k1LoW/emacs-ansible@b5ef594 -> k1LoW/emacs-ansible@cf6b8f0 magit/forge@feee7e2 -> magit/forge@031e4f0 magit/magit@321214c -> magit/magit@2fb3bf7 millejoh/emacs-ipython-notebook@99a4718 -> millejoh/emacs-ipython-notebook@1bfb80c purcell/envrc@1dc5aad -> purcell/envrc@da8e306 realgud/realgud@332d136 -> realgud/realgud@ff66001 tumashu/posframe@7b92a54 -> tumashu/posframe@a99da9f
11 lines
572 B
EmacsLisp
11 lines
572 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/magit/packages.el
|
|
|
|
(when (package! magit :pin "2fb3bf782ccf5652b98f8de989f014749473eacf")
|
|
(when (featurep! +forge)
|
|
(package! forge :pin "031e4f06b2bff66375e53ea96f8eb3dfbdf391d9"))
|
|
(package! magit-gitflow :pin "cc41b561ec6eea947fe9a176349fb4f771ed865b")
|
|
(package! magit-todos :pin "a0e5d1f3c7dfcb4f18c1b0d57f1746a4872df5c6")
|
|
(package! github-review :pin "e2123cce391bfd9d947ba2934b5d655ab1e90b6d")
|
|
(when (featurep! :editor evil +everywhere)
|
|
(package! evil-magit :pin "88dc26ce59dbf4acb4e2891c79c4bd329553ba56")))
|