From 27f6e3a040b59bf2df958d74359e2ee497079b01 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Fri, 16 Sep 2016 21:54:24 -0400 Subject: [PATCH] nonsense --- 4coder_default_bindings.cpp | 6 +++--- build.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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");