master
Allen Webster 2016-09-16 21:54:24 -04:00
parent c9b62381ed
commit 27f6e3a040
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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");