chore(editor): configure runs project editor

This commit is contained in:
Sara Gerretsen 2025-12-31 16:28:52 +01:00
parent ea3b68aef8
commit 411f1662c1

View file

@ -1,5 +1,6 @@
((c++-mode . ((mode . clang-format-on-save))) ((c++-mode . ((mode . clang-format-on-save)))
(c-mode . ((mode . c++))) (c-mode . ((mode . c++)))
(nil . ((projectile-project-compilation-cmd . "just build") (nil . ((projectile-project-compilation-cmd . "just build")
(projectile-project-run-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")
(projectile-project-configure-cmd . "engine/bin/godot.linuxbsd.editor.dev.x86_64.llvm --path project -e")
(projectile-project-test-cmd . "engine/bin/godot.linuxbsd.editor.dev.x86.llvm --path project")))) (projectile-project-test-cmd . "engine/bin/godot.linuxbsd.editor.dev.x86.llvm --path project"))))