binding C-g at any level is a baaaad idea...

This commit is contained in:
Grigory Shipunov 2020-12-06 13:39:18 +01:00
parent 14a86bf984
commit cab3bba998
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

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