tweak(magit): shrink right fringe
The right fringe isn't used for anything, so it was wasted space. Also applies to org-roam's backlinks buffer.
This commit is contained in:
parent
dcae28c83a
commit
aac2c65826
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"What direction to open new windows from the status buffer.
|
||||
For example, diffs and log buffers. Accepts `left', `right', `up', and `down'.")
|
||||
|
||||
(defvar +magit-fringe-size 14
|
||||
(defvar +magit-fringe-size '(13 . 1)
|
||||
"Size of the fringe in magit-mode buffers.
|
||||
|
||||
Can be an integer or a cons cell whose CAR and CDR are integer widths for the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue