-*** =diff-hl=
-
-Highlight uncommitted changes in the left fringe.
-
-#+begin_src emacs-lisp
-(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))
-#+end_src
-