From 80f9c533842e1909f83dcd49f5f40f61b412520f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 6 Jun 2024 06:44:42 +0100 Subject: [PATCH] Set compile-command to build instead of switch --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 873c8a2..6291cbe 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,4 +1,4 @@ ;;; Directory Local Variables -*- no-byte-compile: t -*- ;;; For more information see (info "(emacs) Directory Variables") -((nil . ((compile-command . "home-manager switch")))) +((nil . ((compile-command . "home-manager build"))))