branch: master commit 66ae1ac324d9ec7ef87abee38f260734f036cf3d Author: Justin Burkett <jus...@burkett.cc> Commit: Justin Burkett <jus...@burkett.cc>
README: Note new option --- README.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.org b/README.org index 2d30c9e..9e536d9 100644 --- a/README.org +++ b/README.org @@ -177,6 +177,9 @@ The current customization options and there defaults are ;; break vdiff. (setq vdiff-diff-program-args "") + ;; Don't use folding in vdiff buffers if non-nil. + (setq vdiff-disable-folding nil) + ;; Unchanged lines to leave unfolded around a fold (setq vdiff-fold-padding 6)