Set general `compile-command` variable instead of projectile's
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M .dir-locals.el → .dir-locals.el
@@ -1,1 +1,1 @@ -((nil . ((projectile-project-compilation-cmd . "zola build")))) +((nil . ((compile-command . "make -B"))))