1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-04 20:07:36 +00:00

dir-locals: Add projectile commands

This commit is contained in:
Evangelos Ribeiro Tzaras 2022-04-22 09:57:26 +02:00
parent f96d2f4b39
commit 85b0ae6586

View file

@ -1,4 +1,6 @@
((nil . ((indent-tabs-mode . nil)))
((nil . ((indent-tabs-mode . nil)
(projectile-project-compilation-cmd . "ninja -C _build")
(projectile-project-test-cmd . "ninja -C _build test")))
;; thanks to Mohammed Sadiq, see https://source.puri.sm/Librem5/calls/-/merge_requests/332#note_159469
(c-mode . ((c-macro-names-with-semicolon
. ("G_BEGIN_DECLS" "G_END_DECLS" "G_DECLARE_FINAL_TYPE" "G_DEFINE_QUARK"