Skip to content

Instantly share code, notes, and snippets.

@airicbear
Last active December 30, 2019 08:24
Show Gist options
  • Save airicbear/c7668080e4d103f923f95e3cb25c2241 to your computer and use it in GitHub Desktop.
Save airicbear/c7668080e4d103f923f95e3cb25c2241 to your computer and use it in GitHub Desktop.
Spacemacs + org-mode setup for SICP

Setting up Spacemacs + org-mode for SICP

  1. Install MIT Scheme
  2. Install Guile
  3. Add scheme to dotspacemacs-configuration-layers
  4. 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)!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment