diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-06-03 13:31:44 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-06-03 13:31:44 +0100 |
commit | ee04ca47d990f828d51d00d81e30850f31e69b23 (patch) | |
tree | ef50cb690ac3d894519c0b866de3af8cdbd47b2b /.dir-locals.el | |
download | flock-ee04ca47d990f828d51d00d81e30850f31e69b23.tar.gz flock-ee04ca47d990f828d51d00d81e30850f31e69b23.tar.bz2 flock-ee04ca47d990f828d51d00d81e30850f31e69b23.zip |
Initmaster
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 6 |
1 files changed, 6 insertions, 0 deletions
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)))) |