config: Show tool bar of enventor as default

Summary: Show tool bar of enventor as default

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1537
This commit is contained in:
Jaehyun Cho 2014-10-14 20:46:39 +09:00 committed by ChunEon Park
parent 7c16c5731d
commit 99c02fc702
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ config_load(void)
cd->part_highlight = EINA_TRUE;
cd->dummy_swallow = EINA_TRUE;
cd->auto_indent = EINA_TRUE;
cd->tools = EINA_FALSE;
cd->tools = EINA_TRUE;
cd->auto_complete = EINA_TRUE;
cd->live_edit = EINA_FALSE;
}