Disable magit status buffer margin
This commit is contained in:
parent
6c294e1af2
commit
cdcee69fab
1
init.el
1
init.el
@ -1374,7 +1374,6 @@ DOCSTRING is an optional form that is discarded upon expansion."
|
|||||||
:custom
|
:custom
|
||||||
(magit-display-buffer-function 'display-buffer "Use standard display-buffer function to display Magit buffers")
|
(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-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")
|
(git-commit-summary-max-length 50 "Highlight characters in commit summaries past column 50")
|
||||||
:bind
|
:bind
|
||||||
("C-c g" . magit-status))
|
("C-c g" . magit-status))
|
||||||
|
Loading…
Reference in New Issue
Block a user