Skip to content
Snippets Groups Projects
Commit cb1bc1fd authored by Albert Gräf's avatar Albert Gräf
Browse files

Enable auto-completion by default.

parent 40ba60df
No related branches found
No related tags found
1 merge request!837Improvements and bugfixes to autocompletion
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
#endif #endif
int sys_defeatrt, sys_autopatch_yoffset, sys_snaptogrid = 1, sys_gridsize = 10, int sys_defeatrt, sys_autopatch_yoffset, sys_snaptogrid = 1, sys_gridsize = 10,
sys_zoom, sys_autocomplete, sys_autocomplete_prefix, sys_zoom, sys_autocomplete = 1, sys_autocomplete_prefix,
sys_browser_doc = 1, sys_browser_path, sys_browser_init; sys_browser_doc = 1, sys_browser_path, sys_browser_init;
t_symbol *sys_flags = &s_; t_symbol *sys_flags = &s_;
void sys_doflags( void); void sys_doflags( void);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment