From 3a4645363321ff7e5d73723fc464d8014abeb8bb Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sun, 31 Jan 2016 04:31:13 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8de2bf0bc..b8bbe3a27 100644 --- a/README.md +++ b/README.md @@ -96,5 +96,5 @@ If you're using a version before 2.4.0, it defines `magit-revert-buffer-hook` When using Magit 2.4 or newer, add this to your init script: ```lisp -(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh t) +(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh) ``` -- 2.39.2