Forge default bindings needs to be disabled before magit is loaded
This commit is contained in:
parent
a778658c5d
commit
44728aa6dc
1 changed files with 2 additions and 1 deletions
|
@ -50,11 +50,12 @@
|
|||
''
|
||||
;; Magit GitHub/GitLab integration
|
||||
(use-package forge
|
||||
:custom (forge-add-default-bindings nil "evil-collection manages bindings")
|
||||
:after magit)
|
||||
|
||||
;; Git integration
|
||||
(use-package magit
|
||||
:init
|
||||
(setq forge-add-default-bindings nil)
|
||||
:general
|
||||
(lmap
|
||||
"g" '(:ignore t :which-key "git")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue