From 8ba85830d9c0e651b159f763bf770827d2f94809 Mon Sep 17 00:00:00 2001
From: Bozhidar Batsov <bozhidar@batsov.com>
Date: Sun, 18 Jan 2015 14:08:22 +0200
Subject: [PATCH] Remove fringe size customization

Flycheck and diff-hl make heavy use of the fringe and look better with
8-pixel wide fringe.
---
 core/prelude-ui.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/core/prelude-ui.el b/core/prelude-ui.el
index c91728d..9acb9f6 100644
--- a/core/prelude-ui.el
+++ b/core/prelude-ui.el
@@ -57,11 +57,6 @@
 (column-number-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
 (fset 'yes-or-no-p 'y-or-n-p)