diff options
author | Alan Pearce | 2023-06-20 13:03:45 +0200 |
---|---|---|
committer | Alan Pearce | 2023-06-20 13:03:45 +0200 |
commit | 57b397f5552ace44fa7334a55445c0c54fc7ca83 (patch) | |
tree | 5b4afd3152251d6c6d7c7b0607cff792ddb844aa | |
parent | 1837e57e6e9315782a4e03be209eb8c83348b3cd (diff) | |
download | website-57b397f5552ace44fa7334a55445c0c54fc7ca83.tar.lz website-57b397f5552ace44fa7334a55445c0c54fc7ca83.tar.zst website-57b397f5552ace44fa7334a55445c0c54fc7ca83.zip |
Set general `compile-command` variable instead of projectile's
-rw-r--r-- | .dir-locals.el | 2 |
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")))) |