all repos — website @ 57b397f5552ace44fa7334a55445c0c54fc7ca83

My website

Set general `compile-command` variable instead of projectile's

Alan Pearce
commit

57b397f5552ace44fa7334a55445c0c54fc7ca83

parent

1837e57e6e9315782a4e03be209eb8c83348b3cd

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M .dir-locals.el.dir-locals.el
@@ -1,1 +1,1 @@
-((nil . ((projectile-project-compilation-cmd . "zola build")))) +((nil . ((compile-command . "make -B"))))