Initial commit.

This commit is contained in:
Cor Legemaat 2025-06-30 16:15:39 +02:00
commit 878d52ee27
26 changed files with 3341 additions and 0 deletions

4
.dir-locals.el Normal file
View file

@ -0,0 +1,4 @@
((nil . ((eval . (add-hook 'before-save-hook 'copyright-update))))
(scheme-mode . ((tab-width . 2)
(indent-tabs-mode . t)
(geiser-scheme-implementation . guile))))