From ee04ca47d990f828d51d00d81e30850f31e69b23 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 3 Jun 2025 13:31:44 +0100 Subject: Init --- .dir-locals.el | 6 ++++++ 1 file changed, 6 insertions(+) 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..d7eba5e --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,6 @@ +;;; Directory Local Variables -*- no-byte-compile: t -*- +;;; For more information see (info "(emacs) Directory Variables") + +((nil . ((compile-command . "sh build.sh && ./flock.out") + (+license/license-choice . "Unlicense"))) + (c-mode . ((mode . clang-format)))) -- cgit v1.2.3-13-gbd6f