feat: added emacs config

This commit is contained in:
Sara Gerretsen 2026-04-04 14:37:32 +02:00
parent 90550e8e2c
commit 7bc02cf02f

5
.dir-locals.el Normal file
View file

@ -0,0 +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 --path project")
(projectile-project-configure-cmd . "engine/bin/godot.linuxbsd.editor.dev.x86_64.llvm --path project -e"))))