diff --git a/4coder_default_bindings.cpp b/4coder_default_bindings.cpp index facd9d41..5a61228e 100644 --- a/4coder_default_bindings.cpp +++ b/4coder_default_bindings.cpp @@ -130,10 +130,10 @@ HOOK_SIG(my_start){ change_theme(app, literal("4coder")); change_font(app, literal("Liberation Sans"), true); - //exec_command(app, open_panel_vsplit); + exec_command(app, open_panel_vsplit); + exec_command(app, hide_scrollbar); + exec_command(app, change_active_panel); exec_command(app, hide_scrollbar); - //exec_command(app, change_active_panel); - //exec_command(app, hide_scrollbar); // Theme options: // "4coder" diff --git a/build.c b/build.c index e98f56a5..ec3bf81d 100644 --- a/build.c +++ b/build.c @@ -686,7 +686,7 @@ do_buildsuper(char *cdir){ #if defined(IS_WINDOWS) //buildsuper(cdir, BUILD_DIR, "../code/internal_4coder_tests.cpp"); #else - buildsuper(cdir, BUILD_DIR, "../code/power/4coder_experiments.cpp"); + //buildsuper(cdir, BUILD_DIR, "../code/power/4coder_experiments.cpp"); #endif //buildsuper(cdir, BUILD_DIR, "../code/power/4coder_casey.cpp"); //buildsuper(cdir, BUILD_DIR, "../4vim/4coder_chronal.cpp");