diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-03 18:48:26 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-03 18:48:52 -0500 |
commit | 5a207b62cebb4673eb3422001e8d9435fca9f545 (patch) | |
tree | 802a86a4ea6ea05f036e293a3c2eba607457f644 /config.c | |
parent | b72ce9a3fdfe956f566c8bdde1fceebe7601c59f (diff) |
line numbering!
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -175,6 +175,7 @@ void config_read(Ted *ted, char const *filename) { {"auto-indent", &settings->auto_indent}, {"auto-add-newline", &settings->auto_add_newline}, {"syntax-highlighting", &settings->syntax_highlighting}, + {"line-numbers", &settings->line_numbers}, }; OptionU8 const options_u8[] = { {"tab-width", &settings->tab_width, 1, 100}, |