magit: display buffer in same window

This commit is contained in:
Evie Litherland-Smith 2024-01-26 07:34:15 +00:00
parent cfca5436fd
commit e3e21eef04

View file

@ -857,6 +857,7 @@ Set treesit to fontify all elements, default was 3 (out of 4)
:map project-prefix-map :map project-prefix-map
("m" . magit-project-status)) ("m" . magit-project-status))
:custom :custom
(magit-display-buffer-function 'magit-display-buffer-same-window-except-diff-v1)
(magit-define-global-key-bindings nil) (magit-define-global-key-bindings nil)
(magit-clone-default-directory "~/Projects/") (magit-clone-default-directory "~/Projects/")
(magit-clone-set-remote.pushDefault t) (magit-clone-set-remote.pushDefault t)