forked from colonelpanic/dotfiles
disable git gutter because it was casuing weird issues with linum
This commit is contained in:
parent
16f27584c5
commit
429c592ed0
@ -808,7 +808,7 @@ The current directory is assumed to be the project's root otherwise."
|
|||||||
(use-package git-gutter
|
(use-package git-gutter
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(global-git-gutter-mode)))
|
(global-git-gutter-mode -1)))
|
||||||
|
|
||||||
(use-package gitolite-clone)
|
(use-package gitolite-clone)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user