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:
parent
f96d2f4b39
commit
85b0ae6586
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue