diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-02-11 00:42:49 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-02-11 00:42:49 +0000 |
commit | 9b3d8e471a8ab5280898095dcef1b77cf7570241 (patch) | |
tree | 5e6f112ecf6d6b735920501a1465c7656510bd6f /.dir-locals.el | |
parent | 802c47bb9f704faa4f6ca50c2cba5f69fe5830b1 (diff) | |
download | cantedraw-9b3d8e471a8ab5280898095dcef1b77cf7570241.tar.gz cantedraw-9b3d8e471a8ab5280898095dcef1b77cf7570241.tar.bz2 cantedraw-9b3d8e471a8ab5280898095dcef1b77cf7570241.zip |
Some dir-locals for your (my) convenience.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 5 |
1 files changed, 5 insertions, 0 deletions
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")))) |