From 6326144ab954a2ff178b1a8acf723317834eda51 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sat, 31 Jan 2026 16:15:19 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 933f158..f08ae29 100644 --- a/README.md +++ b/README.md @@ -1578,6 +1578,8 @@ fc-list : family | sed 's/,/\n/g' | sort -u The [diff-hl](https://github.com/dgutov/diff-hl) package highlights uncommitted changes in the window margin, enabling navigation between them. Also known as source control gutter indicators, it displays added, modified, and deleted lines in real time. In Git-controlled buffers, changes can be staged and unstaged directly, providing a clear view of version-control changes without running `git diff`. By default, the module does not start `diff-hl-mode` automatically. +![](https://raw.githubusercontent.com/dgutov/diff-hl/refs/heads/master/screenshot.png) + To configure the *diff-hl* package, add the following to your `~/.emacs.d/post-init.el`: ```elisp (use-package diff-hl