emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/diff-hl 902e097bc4 2/2: Merge pull request #178 from ra


From: ELPA Syncer
Subject: [elpa] externals/diff-hl 902e097bc4 2/2: Merge pull request #178 from raxod502/patch-1
Date: Wed, 5 Jan 2022 10:57:39 -0500 (EST)

branch: externals/diff-hl
commit 902e097bc435cbcde3df81a1a96c59b450c89062
Merge: 6fa3af0843 6cb0d2774f
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: GitHub <noreply@github.com>

    Merge pull request #178 from raxod502/patch-1
    
    Mention that VC must be enabled
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 4029dff219..d1b3979e01 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,9 @@ Put this into your init script:
 (global-diff-hl-mode)
 ```
 
+You must also ensure that VC is enabled (e.g. `vc-handled-backends` is
+not nil).
+
 Check out the Commentary section in each file for more detailed usage
 instructions.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]