From 6f7be667e2658e3413a5c489611d25e7afc64f0d Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 25 Jul 2024 21:05:54 +0100 Subject: Hello, world! --- .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..2d77eb0 --- /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 . ((+license/license-choice . "GNU General Public License Version 2") + (compile-command . "make run"))) + (c++-mode . ((mode . clang-format)))) -- cgit v1.2.3-13-gbd6f