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

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

[elpa] scratch/add-vdiff 988c476 027/258: Add new defcustoms to README


From: Justin Burkett
Subject: [elpa] scratch/add-vdiff 988c476 027/258: Add new defcustoms to README
Date: Wed, 17 May 2017 08:13:15 -0400 (EDT)

branch: scratch/add-vdiff
commit 988c476a440a1cf75e33f865443e79d324eb4766
Author: justbur <address@hidden>
Commit: justbur <address@hidden>

    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

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