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))