ziglang / zig-mode

Zig mode for Emacs
GNU General Public License v3.0
157 stars 54 forks source link

compilation #77

Closed CadeMichael closed 1 year ago

CadeMichael commented 1 year ago

using 'compile' sets the compile command the next time it is invoked. This can be a bit frustrating to the end user as if they have some custom compile command it will be overwritten with whatever zig-mode is running. All tests ran with './run_tests.sh' passed and I tested it locally with zig commands I believe there is no conflict.

joachimschmidt557 commented 1 year ago

Thanks!