From 23e49f463e39a16f12db8377b63c53cd8fa8d7b4 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Sun, 9 Jul 2023 16:04:20 +0200 Subject: [PATCH] add Emacs .dirs-local.el --- .dir-locals.el | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..8933eb1 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,3 @@ +((nil . ((compile-command . (concat "make -C " + (vc-root-dir) + " -k -j2")))))