Assimilate diff-hl 1.8.7-10-ga625033
[~bandali/configs] / init.el
diff --git a/init.el b/init.el
index 24765c8..3826466 100644 (file)
--- a/init.el
+++ b/init.el
@@ -656,14 +656,16 @@ For disabling the behaviour for certain buffers and/or modes."
 
 \f
 ;;; Editing
-(comment
+
 ;; 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)
-  :hook (magit-post-refresh . diff-hl-magit-post-refresh))
+  :hook
+  ((magit-pre-refresh . diff-hl-magit-pre-refresh)
+   (magit-post-refresh . diff-hl-magit-post-refresh)))
 
 ;; display Lisp objects at point in the echo area
 (use-package eldoc
@@ -735,6 +737,7 @@ For disabling the behaviour for certain buffers and/or modes."
   ;; (global-company-mode t)
   )
 
+(comment
 (use-package flycheck
   :defer 0.6
   :hook (prog-mode . flycheck-mode)