all repos — homestead @ e1766ba9a681e3a3a3f945787b248f6405c553ed

Code for my website

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

Alan Pearce
commit

e1766ba9a681e3a3a3f945787b248f6405c553ed

parent

bba79497c1aac65d11c9d987433b6b79dfdc778b

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"))))