diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c index f60285e..f8581fe 100644 --- a/src/config.c +++ b/src/config.c @@ -114,7 +114,7 @@ set_defaults(MqConfig *config) SET_STRL("spell.langs", "en_US"); // TODO /* General -> Miscellaneous */ - // resizable text areas + SET_BOOL("display.textarea.resize.enable", TRUE); SET_BOOL("devtools.enable", TRUE); /* General -> Compatibility */ |