mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Revert to stable version of magit, temporarily
Magit introduced some breaking changes in a recent commit that breaks evil-magit and magithub. Magithub appears to be migrating to forge, so until evil-magit has updated and I've properly replaced magithub with forge, we'll use an earlier version of magit instead.
This commit is contained in:
@ -99,6 +99,7 @@ what features are available.")
|
||||
"gj" #'git-rebase-move-line-down
|
||||
"gk" #'git-rebase-move-line-up)))
|
||||
|
||||
|
||||
(def-package! forge
|
||||
:when (featurep! :tools magit +forge)
|
||||
:after magit
|
||||
|
Reference in New Issue
Block a user