Remove fringe size customization
Flycheck and diff-hl make heavy use of the fringe and look better with 8-pixel wide fringe.
This commit is contained in:
parent
d7abddda97
commit
8ba85830d9
1 changed files with 0 additions and 5 deletions
|
@ -57,11 +57,6 @@
|
||||||
(column-number-mode t)
|
(column-number-mode t)
|
||||||
(size-indication-mode t)
|
(size-indication-mode t)
|
||||||
|
|
||||||
;; make the fringe (gutter) smaller
|
|
||||||
;; the argument is a width in pixels (the default is 8)
|
|
||||||
(if (fboundp 'fringe-mode)
|
|
||||||
(fringe-mode 4))
|
|
||||||
|
|
||||||
;; enable y/n answers
|
;; enable y/n answers
|
||||||
(fset 'yes-or-no-p 'y-or-n-p)
|
(fset 'yes-or-no-p 'y-or-n-p)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue