From c3a45f45e927c2a699255a3808b6ef6a1c73804a Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 29 Mar 2025 14:12:51 +0100 Subject: [PATCH] chore: increase whitespace limit --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 94f5de7..718f362 100644 --- a/init.el +++ b/init.el @@ -120,7 +120,7 @@ ((before-save . whitespace-cleanup) ((prog-mode text-mode) . whitespace-mode)) :config - (setq whitespace-line-column 140) ;; limit line length + (setq whitespace-line-column 512) ;; limit line length (setq whitespace-style '(face tabs empty trailing lines-tail))) (my-use-package evil-terminal-cursor-changer -- 2.48.1