Assimilate diff-hl 1.8.3-3-g4bfa149

This commit is contained in:
Jonas Bernoulli 2016-05-17 18:26:00 +02:00
parent 1cd4fb9e6e
commit 080a2fee28
3 changed files with 10 additions and 0 deletions

3
.gitmodules vendored
View File

@ -11,6 +11,9 @@
path = lib/dash
url = git@github.com:magnars/dash.el.git
no-makeinfo = dash-template.texi
[submodule "diff-hl"]
path = lib/diff-hl
url = git@github.com:dgutov/diff-hl.git
[submodule "emacsql"]
path = lib/emacsql
url = git@github.com:skeeto/emacsql.git

View File

@ -60,6 +60,12 @@
(use-package dash
:config (dash-enable-font-lock))
(use-package diff-hl
:config
(setq diff-hl-draw-borders nil)
(global-diff-hl-mode)
(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh t))
(use-package magit
:defer t
:bind (("C-x g" . magit-status)

1
lib/diff-hl Submodule

@ -0,0 +1 @@
Subproject commit 4bfa149d60024da408970e24edc8ece81eb0d32c