feat: more projectile compile commands
This commit is contained in:
parent
71b3ecd3db
commit
e8547925ac
1 changed files with 2 additions and 1 deletions
|
|
@ -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"))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue