From 9b3d8e471a8ab5280898095dcef1b77cf7570241 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 11 Feb 2025 00:42:49 +0000 Subject: Some dir-locals for your (my) convenience. --- .dir-locals.el | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..d774c73 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,5 @@ +;;; Directory Local Variables -*- no-byte-compile: t -*- +;;; For more information see (info "(emacs) Directory Variables") + +((nil . ((compile-command . "./build") + (+license/license-choice . "GNU General Public License Version 2")))) -- cgit v1.2.3-13-gbd6f