initial commit
This commit is contained in:
commit
4aa2f09642
4 changed files with 6 additions and 0 deletions
3
README.org
Normal file
3
README.org
Normal 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
1
emacs.sh
Executable file
|
|
@ -0,0 +1 @@
|
|||
emacs -q -l $PWD/init.el
|
||||
2
init.el
Normal file
2
init.el
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
(use-package geiser-guile
|
||||
:ensure t)
|
||||
0
notes.org
Normal file
0
notes.org
Normal file
Loading…
Add table
Add a link
Reference in a new issue