projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
fb078e6
)
emacs: automatically load diff-hl
author
Amin Bandali
<bandali@gnu.org>
Sun, 12 May 2019 04:43:12 +0000
(
00:43
-0400)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 12 May 2019 04:43:26 +0000
(
00:43
-0400)
for git change indication in the fringe
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
e1f1262
..
7c83bfb
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-885,6
+885,7
@@
For disabling the behaviour for certain buffers and/or modes."
;; highlight uncommitted changes in the left fringe
(use-package diff-hl
;; highlight uncommitted changes in the left fringe
(use-package diff-hl
+ :defer 0.6
:config
(setq diff-hl-draw-borders nil)
(global-diff-hl-mode)
:config
(setq diff-hl-draw-borders nil)
(global-diff-hl-mode)