Forge default bindings needs to be disabled before magit is loaded

This commit is contained in:
Charlotte Van Petegem 2022-08-10 10:47:03 +02:00
parent a778658c5d
commit 44728aa6dc
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -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")