Results 274 comments of refi64

> Also, Come on, you're leaving me hanging here! :)

You could probably just go to `bundles/c/init.moon` and add the extensions to the `extensions:` table.

Hmm I can't reproduce this here, it's just scrolling right normally... Could you post your init.moon & settings?

This is absolutely _amazing_! I had been wanting to try something like this for some time, but Windows decided it was going to stop booting...

Wait, were you able to remove the whole giant-file-of-exports thing? You are seriously awesome for doing this. I feel like I want to hug a bear or something right now...

Maybe we should just rename the `aux` directory to something else...maybe `auxl` or `support`?

@Mischanix The `exec` issues could be due to [here](https://github.com/howl-editor/howl/blob/master/lib/howl/sys.moon#L20) and maybe [here](https://github.com/howl-editor/howl/blob/master/lib/howl/interactions/external_command.moon#L15). They both attempt to split `PATH` on `:`, but on Windows, it should be a `;`.

Unfortunately, I can't seem to get this to work on Windows 10: ``` Ryan@DESKTOP-6B2AU8L MINGW64 ~/howl/src $ ./howl.exe ** (howl.exe:6032): CRITICAL **: Failed to run script: C:\msys64\home\Ryan\howl\lib\howl\init.lua:160: C:\msys64\home\Ryan\howl\lib\howl\init.lua:140: C:\msys64\home\Ryan\howl\lib\howl\init.lua:72: cannot...