- Install MIT Scheme
- Install Guile
- Add
scheme
todotspacemacs-configuration-layers
- Add the following to your
dotspacemacs/user-config
(org-babel-do-load-languages
'org-babel-load-languages
'((scheme . t)))
Now you should be ready to go!
Just use a #+begin_src scheme :results output
block and C-c C-c
to execute it.
Remember to choose mit
when Spacemacs prompts you after you open the .org
file.
Good luck, hope this helps someone (aka future me)!