Files
simple-lisp/.dir-locals.el
2025-06-28 16:51:43 +09:00

6 lines
239 B
EmacsLisp

;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((my/project-run-command . "build/simple-lisp")
(compile-command . "make -C build"))))