From a9f0f0b2eea443ad755c0ad278c1c21aa45399bb Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 27 Apr 2024 10:45:18 +0200 Subject: [PATCH] Increase text line width to take advantage of monitor space Yes, 80 has been the default since ages, but I indeed to have more horizontal space available and I should use it #NewTraditionsFromOld. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 2128b8f..9fc8a1d 100644 --- a/init.el +++ b/init.el @@ -127,7 +127,7 @@ (fset 'yes-or-no-p 'y-or-n-p) -(setq-default fill-column 80) +(setq-default fill-column 100) (setq-default indent-tabs-mode nil) (setq frame-title-format "emacs")