diff --git a/.dir-locals.el b/.dir-locals.el index 03345805..8edd8c1f 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1 +1,5 @@ -((c-mode . ((mode c++-mode))) (c++-mode . ((mode . clang-format-on-save)))) +((c-mode . ((mode . c++))) + (c++-mode . ((mode . clang-format-on-save))) + (nil . ((projectile-project-compilation-cmd . "just build") + (projectile-project-configure-cmd . "engine/bin/godot.linuxbsd.editor.dev.x86_64.llvm --path project -e") + (projectile-project-run-cmd . "engine/bin/godot.linuxbsd.editor.dev.x86_64.llvm --path project"))))