[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
- [elpa] scratch/add-vdiff 4dd194b 190/258: Update screenshot with refinements, (continued)
- [elpa] scratch/add-vdiff 4dd194b 190/258: Update screenshot with refinements, Justin Burkett, 2017/05/17
- [elpa] scratch/add-vdiff b840935 202/258: Use more specific faces for refinements, Justin Burkett, 2017/05/17
- [elpa] scratch/add-vdiff f4332f2 212/258: Fix typo in Commentary section, Justin Burkett, 2017/05/17
- [elpa] scratch/add-vdiff 1549115 005/258: Add option to lock scrolling by default, Justin Burkett, 2017/05/17
- [elpa] scratch/add-vdiff 0f640d3 007/258: Add header info, Justin Burkett, 2017/05/17
- [elpa] scratch/add-vdiff 72c20a5 010/258: Add gitignore, Justin Burkett, 2017/05/17
- [elpa] scratch/add-vdiff 016518f 016/258: Fix folds at end of buffer, Justin Burkett, 2017/05/17
- [elpa] scratch/add-vdiff 10b7760 018/258: Add faces, Justin Burkett, 2017/05/17
- [elpa] scratch/add-vdiff 952440e 002/258: Initial commit, Justin Burkett, 2017/05/17
- [elpa] scratch/add-vdiff 245850f 028/258: Load cl-lib for using its function, Justin Burkett, 2017/05/17
- [elpa] scratch/add-vdiff 988c476 027/258: Add new defcustoms to README,
Justin Burkett <=
- [elpa] scratch/add-vdiff b77efe3 008/258: Add README and improve docstrings, Justin Burkett, 2017/05/17
- [elpa] scratch/add-vdiff ce10994 003/258: Introduce defcustoms and use lists instead of .., Justin Burkett, 2017/05/17
- [elpa] scratch/add-vdiff ad6035d 015/258: Implement folding of unchanged lines, Justin Burkett, 2017/05/17
- [elpa] scratch/add-vdiff af75c6d 036/258: Add vdiff-exit, Justin Burkett, 2017/05/17
- [elpa] scratch/add-vdiff e8834fa 035/258: Fix fold size calcs, Justin Burkett, 2017/05/17
- [elpa] scratch/add-vdiff 9547850 041/258: Use diff faces from theme, Justin Burkett, 2017/05/17
- [elpa] scratch/add-vdiff bac92b3 037/258: Improve line translation and command mirroring, Justin Burkett, 2017/05/17
- [elpa] scratch/add-vdiff 6b6f6e7 044/258: Force fold refresh on window size change, Justin Burkett, 2017/05/17
- [elpa] scratch/add-vdiff e005d43 058/258: Delete overlays right away on sending changes, Justin Burkett, 2017/05/17
- [elpa] scratch/add-vdiff 1cf0730 055/258: Fix compiler warnings, Justin Burkett, 2017/05/17