mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-26 11:24:25 -04:00
Assimilate diff-hl 1.8.3-3-g4bfa149
This commit is contained in:
parent
1cd4fb9e6e
commit
080a2fee28
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
6
init.el
6
init.el
@ -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
1
lib/diff-hl
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 4bfa149d60024da408970e24edc8ece81eb0d32c
|
Loading…
x
Reference in New Issue
Block a user