about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-06-20 13:03:45 +0200
committerAlan Pearce2023-06-20 13:03:45 +0200
commit57b397f5552ace44fa7334a55445c0c54fc7ca83 (patch)
tree5b4afd3152251d6c6d7c7b0607cff792ddb844aa
parent1837e57e6e9315782a4e03be209eb8c83348b3cd (diff)
downloadwebsite-57b397f5552ace44fa7334a55445c0c54fc7ca83.tar.lz
website-57b397f5552ace44fa7334a55445c0c54fc7ca83.tar.zst
website-57b397f5552ace44fa7334a55445c0c54fc7ca83.zip
Set general `compile-command` variable instead of projectile's
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 620c3c1..b725583 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1 +1 @@
-((nil . ((projectile-project-compilation-cmd . "zola build"))))
+((nil . ((compile-command . "make -B"))))