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
|
;; Magit GitHub/GitLab integration
|
||||||
(use-package forge
|
(use-package forge
|
||||||
:custom (forge-add-default-bindings nil "evil-collection manages bindings")
|
|
||||||
:after magit)
|
:after magit)
|
||||||
|
|
||||||
;; Git integration
|
;; Git integration
|
||||||
(use-package magit
|
(use-package magit
|
||||||
|
:init
|
||||||
|
(setq forge-add-default-bindings nil)
|
||||||
:general
|
:general
|
||||||
(lmap
|
(lmap
|
||||||
"g" '(:ignore t :which-key "git")
|
"g" '(:ignore t :which-key "git")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue