initial commit

This commit is contained in:
Ian Keane 2026-07-11 13:16:41 -04:00
commit 4aa2f09642
4 changed files with 6 additions and 0 deletions

3
README.org Normal file
View file

@ -0,0 +1,3 @@
This is my repo for the systems crafters course on guile scheme.
I'm declaring emacs bankruptcy for the duration of this course and using the config stored here as my starting point so that I can learn the course's way of interacting with guile via emacs.

1
emacs.sh Executable file
View file

@ -0,0 +1 @@
emacs -q -l $PWD/init.el

2
init.el Normal file
View file

@ -0,0 +1,2 @@
(use-package geiser-guile
:ensure t)

0
notes.org Normal file
View file