From 83d2acdd19ce767cb338bf7e9cceac034f800a30 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 15 Jul 2017 13:10:05 +0100 Subject: [PATCH 1/1] el/dot-emacs.el: Turn off the margin display in Magit log buffers. --- el/dot-emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 80fc05a..cdd89f2 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -3670,6 +3670,7 @@ This allows you to pass a list of arguments through `ansi-term'." (setq magit-diff-refine-hunk 'all magit-view-git-manual-method 'man + magit-log-margin '(nil age magit-log-margin-width t 18) magit-wip-after-save-local-mode-lighter "" magit-wip-after-apply-mode-lighter "" magit-wip-before-change-mode-lighter "") -- 2.11.0