From fe7d68cad113652c1ec8b4186e0c0c111a9fbcf2 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 13 Aug 2018 22:50:36 +0200 Subject: Enable the vertical tabs by default It looks *modern*! --- poezio/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/config.py') diff --git a/poezio/config.py b/poezio/config.py index 830c505b..944557a6 100644 --- a/poezio/config.py +++ b/poezio/config.py @@ -65,7 +65,7 @@ DEFAULT_CONFIG = { 'enable_user_mood': True, 'enable_user_nick': True, 'enable_user_tune': True, - 'enable_vertical_tab_list': False, + 'enable_vertical_tab_list': True, 'enable_xhtml_im': True, 'enable_smacks': False, 'eval_password': '', -- cgit v1.2.3