From e3e21eef04b1aba287d8cbea2c47ac61a488612e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 26 Jan 2024 07:34:15 +0000 Subject: [PATCH] magit: display buffer in same window --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index e7d0077..cbdba3c 100644 --- a/README.org +++ b/README.org @@ -857,6 +857,7 @@ Set treesit to fontify all elements, default was 3 (out of 4) :map project-prefix-map ("m" . magit-project-status)) :custom + (magit-display-buffer-function 'magit-display-buffer-same-window-except-diff-v1) (magit-define-global-key-bindings nil) (magit-clone-default-directory "~/Projects/") (magit-clone-set-remote.pushDefault t)