summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-05-12 00:43:12 -0400
committerAmin Bandali <bandali@gnu.org>2019-05-12 00:43:26 -0400
commitdf1c9bc88af9d0953ce24d91d25678a4794875e5 (patch)
tree6e5097012fa067b80c83670bb2d032c186b95edc /.emacs.d/init.el
parentfb078e63a2c28d971e294dc536326e4b300f1e7b (diff)
downloadconfigs-df1c9bc88af9d0953ce24d91d25678a4794875e5.tar.gz
configs-df1c9bc88af9d0953ce24d91d25678a4794875e5.tar.xz
configs-df1c9bc88af9d0953ce24d91d25678a4794875e5.zip
emacs: automatically load diff-hl
for git change indication in the fringe
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index e1f1262..7c83bfb 100644
--- 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
+ :defer 0.6
:config
(setq diff-hl-draw-borders nil)
(global-diff-hl-mode)