binding C-g at any level is a baaaad idea...
This commit is contained in:
parent
14a86bf984
commit
cab3bba998
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -251,7 +251,7 @@
|
||||||
|
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:straight t
|
:straight t
|
||||||
:bind (("C-x C-g" . magit-dispatch)
|
:bind (("C-x G" . magit-dispatch)
|
||||||
("C-x g" . magit-status)))
|
("C-x g" . magit-status)))
|
||||||
|
|
||||||
(use-package undo-tree
|
(use-package undo-tree
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue