branch: scratch/add-vdiff
commit 988c476a440a1cf75e33f865443e79d324eb4766
Author: justbur <[email protected]>
Commit: justbur <[email protected]>

    Add new defcustoms to README
---
 README.org | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.org b/README.org
index 3837d87..ee33184 100644
--- a/README.org
+++ b/README.org
@@ -85,5 +85,12 @@ The current customization options and there defaults are
                                   evil-previous-line
                                   beginning-of-buffer
                                   end-of-buffer))
+
+  ;; Unchanged lines to leave unfolded around a fold
+  (setq vdiff-fold-padding 2)
+
+  ;; Format string for text on closed folds. First element is the code on the
+  ;; first line being covered. The second is the number of lines hidden.
+  (setq vdiff-fold-format-string "+ %s --- %s lines ")
 #+END_SRC
 

Reply via email to