Files
simple-lisp/.dir-locals.el
T

6 lines
239 B
EmacsLisp
Raw Normal View History

2025-06-28 16:47:23 +09:00
;;; 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"))))