From a18b74230d3cd73abb3e4633d0351abccc8310d0 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Mon, 22 Jul 2024 13:40:49 -0400 Subject: [PATCH] tweak: increase `fill-column` --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 1ff5c12..fed9c62 100644 --- a/config.org +++ b/config.org @@ -1322,7 +1322,7 @@ I have rather specific tastes when it comes to line wrapping. I like soft line w (setq +word-wrap-fill-style 'soft ; Soft line wrapping evil-respect-visual-line-mode t ; Respect visual line mode ) -(setq-default fill-column 90) ; More space before wrap +(setq-default fill-column 100) ; More space before wrap #+end_src *** Hacks