summaryrefslogtreecommitdiff
path: root/ted.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-10-17 10:13:07 -0400
committerpommicket <pommicket@gmail.com>2023-10-17 10:13:07 -0400
commit13c10a7002fd25efc22d3f07f25f9bf693f83e89 (patch)
tree8fc2c1d5ba93d3dc0a8d05471b96d5978bffa212 /ted.c
parent00fd503614571387750faac33069d1f2e500d59c (diff)
sort key actions (new config system seems to be working!)
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) {