X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/fdbf34a93d6b249ba20d9e7501dfa026aa88ac04..3a4645363321ff7e5d73723fc464d8014abeb8bb:/README.md 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) ```