From 4eafadb1653b215883e555e4cd00cda0caaf5ab4 Mon Sep 17 00:00:00 2001 From: Roman Ilin Date: Wed, 24 Jun 2026 14:42:16 +0300 Subject: Initial commit --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+) create mode 100644 .dir-locals.el (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..0a3e54c --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1 @@ +((nil . ((my-compdb-make-command . "make -nwB DEBUG=1")))) -- cgit