From: Mark Wooding Date: Sat, 15 Jul 2017 12:10:05 +0000 (+0100) Subject: el/dot-emacs.el: Turn off the margin display in Magit log buffers. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/83d2acdd19ce767cb338bf7e9cceac034f800a30?ds=sidebyside;hp=60c22e1bb67d984e0c897e0970aca35620e6ceb8 el/dot-emacs.el: Turn off the margin display in Magit log buffers. --- 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 "")