lumina/.dir-locals.el
2023-10-25 09:36:00 -05:00

5 lines
230 B
EmacsLisp

;;; 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"))))