chore(editor): configure runs project editor
This commit is contained in:
parent
ea3b68aef8
commit
411f1662c1
1 changed files with 2 additions and 1 deletions
|
|
@ -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"))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue