Change the magit-bury-buffer-function

This commit is contained in:
Wojciech Kozlowski 2018-11-06 01:24:22 +00:00
parent 5919ced708
commit 9310b526c8

View File

@ -46,6 +46,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))