From df1c9bc88af9d0953ce24d91d25678a4794875e5 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 12 May 2019 00:43:12 -0400 Subject: [PATCH] emacs: automatically load diff-hl for git change indication in the fringe --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.20.1