From e8547925ac966881e50387128004c452a1913c67 Mon Sep 17 00:00:00 2001 From: Sara Date: Mon, 26 Jan 2026 13:06:20 +0100 Subject: [PATCH] feat: more projectile compile commands --- .dir-locals.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 2438524f..431241d7 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,4 +1,5 @@ ((c-mode . ((mode . c++))) (c++-mode . ((mode . clang-format-on-save))) (nil . ((projectile-project-compilation-cmd . "just build") - (projectile-project-run-cmd . "engine/bin/godot.linuxbsd.editor.dev.x86_64.llvm")))) + (projectile-project-run-cmd . "engine/bin/godot.linuxbsd.editor.dev.x86_64.llvm --path project") + (projectile-project-configure-cmd . "engine/bin/godot.linuxbsd.editor.dev.x86_64.llvm --path project -e"))))