diff-hl global mode

This commit is contained in:
Ivan Malison 2015-11-08 02:37:31 -08:00
parent 8ecfa76607
commit 893794b519

View File

@ -730,7 +730,9 @@ 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 :ensure t)
(use-package diff-hl
:config
(progn (global-diff-hl-mode)))
(use-package gitolite-clone :ensure t)