commit 4aa2f096425c3e35e848d08610ff13813f620d89 Author: Ian Keane Date: Sat Jul 11 13:16:41 2026 -0400 initial commit diff --git a/README.org b/README.org new file mode 100644 index 0000000..c4cf7ef --- /dev/null +++ b/README.org @@ -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. diff --git a/emacs.sh b/emacs.sh new file mode 100755 index 0000000..25a0ae1 --- /dev/null +++ b/emacs.sh @@ -0,0 +1 @@ +emacs -q -l $PWD/init.el diff --git a/init.el b/init.el new file mode 100644 index 0000000..4cc3b64 --- /dev/null +++ b/init.el @@ -0,0 +1,2 @@ +(use-package geiser-guile + :ensure t) diff --git a/notes.org b/notes.org new file mode 100644 index 0000000..e69de29