Commit Diff


commit - 95e30305e1d5525c0444d92dcebf4ed8326c6f7e
commit + c5f624649e7019257e2fe3514a15a61049ce7f52
blob - 085b2808d0a9aaa424096804b7b838627b9ea04d
blob + c1195f575197811f51a94a1cee3567850d11de08
--- ChangeLog
+++ ChangeLog
@@ -1,4 +1,6 @@
 2022-01-02  Omar Polo  <op@omarpolo.com>
+
+	* defaults.c (fill_column): bump default fill-column to 120.
 
 	* defaults.c (config_setvari): rename `set-title' to `change-title'.  The old name will still be supported for a while to ease backwards compatibility.
 
blob - d6fb7aec2d7e9d1db37257ae751d388afe7fab4a
blob + b9c12fd0b41a1e0752985d4a786df860020a33c6
--- defaults.c
+++ defaults.c
@@ -33,7 +33,7 @@ int autosave = 20;
 int dont_wrap_pre = 0;
 int emojify_link = 1;
 int enable_colors = 1;
-int fill_column = 80;
+int fill_column = 120;
 int hide_pre_blocks = 0;
 int hide_pre_closing_line = 0;
 int hide_pre_context = 0;