From 57b397f5552ace44fa7334a55445c0c54fc7ca83 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 20 Jun 2023 13:03:45 +0200 Subject: Set general `compile-command` variable instead of projectile's --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.dir-locals.el') 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")))) -- cgit 1.4.1