git-gutter instead of diff-hl

This commit is contained in:
Ivan Malison 2015-11-23 00:39:17 -08:00
parent 595da6ff68
commit 4b7b6fa84c

View File

@ -785,9 +785,10 @@ The current directory is assumed to be the project's root otherwise."
(progn
(add-hook 'prog-mode-hook (lambda () (rainbow-delimiters-mode t)))))
(use-package diff-hl
(use-package git-gutter
:config
(progn (global-diff-hl-mode)))
(progn
(global-git-gutter-mode)))
(use-package gitolite-clone)