From bcc1b84e766d1145ba55c19429461c21ef51201d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 24 Jul 2020 02:29:03 -0400 Subject: [PATCH] Increase so-long threshold for softwrapped text modes --- core/core-editor.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-editor.el b/core/core-editor.el index 5fed611b3..53ffb9ae4 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -543,7 +543,7 @@ files, so we replace calls to `pp' with the much faster `prin1'." (if visual-line-mode (* so-long-threshold (if (derived-mode-p 'text-mode) - 3 + 4 2)) so-long-threshold))) (so-long-detected-long-line-p)))