mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Increase so-long threshold for softwrapped text modes
This commit is contained in:
@ -543,7 +543,7 @@ files, so we replace calls to `pp' with the much faster `prin1'."
|
|||||||
(if visual-line-mode
|
(if visual-line-mode
|
||||||
(* so-long-threshold
|
(* so-long-threshold
|
||||||
(if (derived-mode-p 'text-mode)
|
(if (derived-mode-p 'text-mode)
|
||||||
3
|
4
|
||||||
2))
|
2))
|
||||||
so-long-threshold)))
|
so-long-threshold)))
|
||||||
(so-long-detected-long-line-p)))
|
(so-long-detected-long-line-p)))
|
||||||
|
Reference in New Issue
Block a user