summaryrefslogtreecommitdiff
path: root/ted.c
diff options
context:
space:
mode:
Diffstat (limited to 'ted.c')
-rw-r--r--ted.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted.c b/ted.c
index 8262d4f..06c3db1 100644
--- a/ted.c
+++ b/ted.c
@@ -239,6 +239,7 @@ void ted_compute_settings(Ted *ted, const char *path, Language language, Setting
config_merge_into(settings, &ted->all_configs[*i]);
}
arr_free(applicable_configs);
+ settings_finalize(ted, settings);
}
Settings *ted_default_settings(Ted *ted) {