default build command is just b r
This commit is contained in:
parent
87bb586012
commit
4d51a50adb
1 changed files with 2 additions and 2 deletions
|
@ -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"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue