default build command is just b r

This commit is contained in:
Chris Cochrun 2025-08-04 14:54:52 -05:00
parent 87bb586012
commit 4d51a50adb

View file

@ -1,5 +1,5 @@
;;; Directory Local Variables -*- no-byte-compile: t -*- ;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables") ;;; For more information see (info "(emacs) Directory Variables")
((nil . ((compile-command . "just build"))) ((nil . ((compile-command . "just b r")))
(prog-mode . ((compile-command . "just build")))) (prog-mode . ((compile-command . "just b r"))))