Fix magit prefix issue

This commit is contained in:
Wojciech Kozlowski 2021-05-27 11:10:01 +02:00
parent 5f1e3b2cf5
commit 590e35de19

View File

@ -129,10 +129,7 @@
("C-x g t" . magit-tag)
:config
(add-hook 'magit-mode-hook 'magit-load-config-extensions)
(setq magit-bury-buffer-function 'magit-mode-quit-window)
;; unbind C-x g
(unbind-key "C-x g" magit-file-mode-map))
(setq magit-bury-buffer-function 'magit-mode-quit-window))
(use-package magit-todos
:hook (magit-mode . magit-todos-mode))