From 429c592ed0e35a5431353bdd69701966bf72781a Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 27 Nov 2015 14:03:43 -0500 Subject: [PATCH] disable git gutter because it was casuing weird issues with linum --- dotfiles/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 2453897b..df8cd49e 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -808,7 +808,7 @@ The current directory is assumed to be the project's root otherwise." (use-package git-gutter :config (progn - (global-git-gutter-mode))) + (global-git-gutter-mode -1))) (use-package gitolite-clone)