mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-05-17 12:38:27 -04:00
magit: Adjust key binding for use of Transient
This commit is contained in:
parent
923e2935f1
commit
c4d9338571
2
init.el
2
init.el
@ -98,7 +98,7 @@
|
|||||||
(use-package magit
|
(use-package magit
|
||||||
:defer t
|
:defer t
|
||||||
:bind (("C-x g" . magit-status)
|
:bind (("C-x g" . magit-status)
|
||||||
("C-x M-g" . magit-dispatch-popup))
|
("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