forked from colonelpanic/dotfiles
git-gutter instead of diff-hl
This commit is contained in:
parent
595da6ff68
commit
4b7b6fa84c
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user