From ef6ff24f200898c325ce086e764fd4b82cc45235 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Mon, 8 Sep 2025 15:48:00 +0300 Subject: [PATCH] have magit show up in current buffer --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index fbfe298..e89b6f8 100644 --- a/init.el +++ b/init.el @@ -49,7 +49,9 @@ (use-package rg) -(use-package magit) +(use-package magit + :config + (setq magit-display-buffer-function #'magit-display-buffer-fullcolumn-most-v1)) (use-package vertico :init