translated movement to state machine
This commit is contained in:
parent
c3ff41e1e6
commit
ea3b68aef8
9 changed files with 98 additions and 19 deletions
|
|
@ -1,2 +1,5 @@
|
|||
((c++-mode . ((mode . clang-format-on-save)))
|
||||
(c-mode . ((mode . c++))))
|
||||
(c-mode . ((mode . c++)))
|
||||
(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-test-cmd . "engine/bin/godot.linuxbsd.editor.dev.x86.llvm --path project"))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue