From eb8dce863d63ff5b462ff3fec9bb5620d662699a Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 11 Oct 2024 12:56:51 +0200 Subject: [PATCH] feat: increase whitespace tolerance --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 970edee..ef19f3c 100644 --- a/init.el +++ b/init.el @@ -119,7 +119,7 @@ ((before-save . whitespace-cleanup) ((prog-mode text-mode) . whitespace-mode)) :config - (setq whitespace-line-column 80) ;; limit line length + (setq whitespace-line-column 140) ;; limit line length (setq whitespace-style '(face tabs empty trailing lines-tail))) ;; Default editing configs -- 2.48.1