From cdcee69fab57a6ca9022e87bc565fc551af51533 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 18 Jan 2024 06:29:41 -0500 Subject: [PATCH] Disable magit status buffer margin --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index bf63db9..49fcdd6 100644 --- a/init.el +++ b/init.el @@ -1374,7 +1374,6 @@ DOCSTRING is an optional form that is discarded upon expansion." :custom (magit-display-buffer-function 'display-buffer "Use standard display-buffer function to display Magit buffers") (magit-commit-diff-inhibit-same-window t "Never display the commit diff over the commit message window") - (magit-status-margin '(t age magit-log-margin-width nil 18) "Display margin in status buffer") (git-commit-summary-max-length 50 "Highlight characters in commit summaries past column 50") :bind ("C-c g" . magit-status))