summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/common/cfgfiles.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c
index 67645a66..411e8ee2 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -808,6 +808,7 @@ load_default_config(void)
 	prefs.hex_away_size_max = 300;
 	prefs.hex_away_timeout = 60;
 	prefs.hex_completion_amount = 5;
+	prefs.hex_completion_sort = 1;
 	prefs.hex_dcc_auto_recv = 1;			/* browse mode */
 	prefs.hex_dcc_blocksize = 1024;
 	prefs.hex_dcc_permissions = 0600;