From 8d7f6dea1113f48f812f734b4bba510ef35b3f27 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 18 Jul 2023 16:32:29 -0400 Subject: start "multifonts" --- config.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.c') diff --git a/config.c b/config.c index e70bf98..6a14689 100644 --- a/config.c +++ b/config.c @@ -135,6 +135,8 @@ static const SettingString settings_string[] = { {"lsp-configuration", settings_zero.lsp_configuration, sizeof settings_zero.lsp_configuration, true}, {"comment-start", settings_zero.comment_start, sizeof settings_zero.comment_start, true}, {"comment-end", settings_zero.comment_end, sizeof settings_zero.comment_end, true}, + {"font", settings_zero.font, sizeof settings_zero.font, false}, + {"font-bold", settings_zero.font_bold, sizeof settings_zero.font_bold, false}, }; static const SettingKeyCombo settings_key_combo[] = { {"hover-key", &settings_zero.hover_key, true}, -- cgit v1.2.3