forked from colonelpanic/dotfiles
diff-hl global mode
This commit is contained in:
parent
8ecfa76607
commit
893794b519
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user