From 387bd6b1b9858de8327b4cb212af0144b17b1c5e Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Wed, 4 Feb 2015 06:53:12 -0500 Subject: [PATCH] Use default fringe setting for git-gutter-fringe That is: use the left fringe instead of the right fringe --- contrib/git/packages.el | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/git/packages.el b/contrib/git/packages.el index 3b630e21f..0f37773bb 100644 --- a/contrib/git/packages.el +++ b/contrib/git/packages.el @@ -85,7 +85,6 @@ which require an initialization must be listed explicitly in the list.") "Lazy load git gutter and choose between fringe and no fringe." (when (display-graphic-p) (require 'git-gutter-fringe)) (init-git-gutter)) - (setq git-gutter-fr:side 'right-fringe) (add-to-hooks 'git/load-git-gutter '(markdown-mode-hook org-mode-hook prog-mode-hook)))