summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2024-01-07 11:01:48 -0500
committerKjetil Orbekk <kj@orbekk.com>2024-01-07 11:01:48 -0500
commitd2f973eb627c64f25e76d08418956e9a26b9853a (patch)
tree1517214992776dfdc1aa8687fb6924fb2a609d52 /.dir-locals.el
parent2370205a2fb85026976d9801419bc96d59ef8252 (diff)
Setup for compile-command
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el4
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"))))