From: Dmitry Gutov Date: Sun, 31 Jan 2016 01:31:13 +0000 (+0300) Subject: Fix typo X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/3a4645363321ff7e5d73723fc464d8014abeb8bb Fix typo --- 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) ```