add COPYING, README, and Emacs' dir-locals file

This commit is contained in:
2024-01-07 14:16:30 +01:00
parent 3c7222954e
commit 20e0c4d9fc
3 changed files with 712 additions and 0 deletions

4
.dir-locals.el Normal file
View File

@@ -0,0 +1,4 @@
;; emacs per-directory settings
((nil . ((compile-command . (concat "make -C "
(vc-root-dir)
" -k -j2")))))