6 lines
239 B
EmacsLisp
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"))))
|