5 lines
226 B
EmacsLisp
5 lines
226 B
EmacsLisp
;;; Directory Local Variables -*- no-byte-compile: t -*-
|
|
;;; For more information see (info "(emacs) Directory Variables")
|
|
|
|
((nil . ((compile-command . "just b r")))
|
|
(prog-mode . ((compile-command . "just b r"))))
|