disable git gutter because it was casuing weird issues with linum

This commit is contained in:
Ivan Malison 2015-11-27 14:03:43 -05:00
parent 16f27584c5
commit 429c592ed0

View File

@ -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)