Commit Diff


commit - 2e36980684b1e9870a6526829e3bebfc8a798b5e
commit + 5ffaef7f71a51fd298f3f4138e382f06b05e6543
blob - facabdcd2d6b9773064bb8a33592917c2687471b
blob + ab2dca1d89b75270959d211cc8b908fce094c895
--- defaults.c
+++ defaults.c
@@ -27,14 +27,15 @@
 #include "ui.h"
 
 char *new_tab_url = NULL;
-int fill_column = 80;
-int olivetti_mode = 1;
+
+int dont_wrap_pre = 0;
+int emojify_link = 1;
 int enable_colors = 1;
-int hide_pre_context = 0;
+int fill_column = 80;
 int hide_pre_blocks = 0;
 int hide_pre_closing_line = 0;
-int dont_wrap_pre = 0;
-int emojify_link = 1;
+int hide_pre_context = 0;
+int olivetti_mode = 1;
 int set_title = 1;
 
 struct lineprefix line_prefixes[] = {