From 7cb4b868529d164fb7da220419049f7e424eca28 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Wed, 27 Jan 2021 11:40:48 +0100 Subject: [PATCH] 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. --- init.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/init.el b/init.el index 6fa5f1a..219e5e9 100644 --- a/init.el +++ b/init.el @@ -105,8 +105,6 @@ (use-package magit :defer t - :bind (("C-x g" . magit-status) - ("C-x M-g" . magit-dispatch)) :config (magit-add-section-hook 'magit-status-sections-hook 'magit-insert-modules