mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user