mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-05-17 04:28:41 -04:00
magit: Don't double down on default key bindings
This wasn't always the case, but now Magit adds these key bindings out of the box.
This commit is contained in:
parent
377b9065cb
commit
7cb4b86852
2
init.el
2
init.el
@ -105,8 +105,6 @@
|
|||||||
|
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:defer t
|
:defer t
|
||||||
:bind (("C-x g" . magit-status)
|
|
||||||
("C-x M-g" . magit-dispatch))
|
|
||||||
:config
|
:config
|
||||||
(magit-add-section-hook 'magit-status-sections-hook
|
(magit-add-section-hook 'magit-status-sections-hook
|
||||||
'magit-insert-modules
|
'magit-insert-modules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user