From 4aa2f096425c3e35e848d08610ff13813f620d89 Mon Sep 17 00:00:00 2001 From: Ian Keane Date: Sat, 11 Jul 2026 13:16:41 -0400 Subject: [PATCH] initial commit --- README.org | 3 +++ emacs.sh | 1 + init.el | 2 ++ notes.org | 0 4 files changed, 6 insertions(+) create mode 100644 README.org create mode 100755 emacs.sh create mode 100644 init.el create mode 100644 notes.org 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