diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2024-01-07 11:01:48 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2024-01-07 11:01:48 -0500 |
commit | d2f973eb627c64f25e76d08418956e9a26b9853a (patch) | |
tree | 1517214992776dfdc1aa8687fb6924fb2a609d52 | |
parent | 2370205a2fb85026976d9801419bc96d59ef8252 (diff) |
Setup for compile-command
-rw-r--r-- | .dir-locals.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..4c94ebb --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,4 @@ +;;; Directory Local Variables -*- no-byte-compile: t -*- +;;; For more information see (info "(emacs) Directory Variables") + +((nil . ((compile-command . "./setup.sh")))) |