From 4d51a50adbb51800b2983874f2320508a2ac4700 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 4 Aug 2025 14:54:52 -0500 Subject: [PATCH] default build command is just b r --- .dir-locals.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index 625439e..044d291 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,5 +1,5 @@ ;;; Directory Local Variables -*- no-byte-compile: t -*- ;;; For more information see (info "(emacs) Directory Variables") -((nil . ((compile-command . "just build"))) - (prog-mode . ((compile-command . "just build")))) +((nil . ((compile-command . "just b r"))) + (prog-mode . ((compile-command . "just b r"))))