AkronCodeClub / sicp-study-group

A study group to work through Structure and Interpretation of Computer Programs (SICP)
6 stars 3 forks source link

Configuring Emacs for SICP #12

Closed pzula closed 9 years ago

pzula commented 9 years ago

Hi everyone!

I took on the challenge of figuring out how to use and set up Emacs for using MIT-Scheme for the purpose of our SICP study group. As a complete newbie, (and a strong vim user), I minimally configured it so that I have full access to my vim keybindings, but have all the goodness of the Emacs/Scheme integration. I wrote a step-by-step about it here, if anyone else wants to give it a try:

http://www.codeadventurer.com/2014/12/21/sicp-and-emacs-for-the-vim-user

jdantonio commented 9 years ago

@pzula Thank you! I've read your blog post and will give this a try.

rickbacci commented 9 years ago

I had a problem getting the Meta key to work. I am using terminal, and i had to go into Preferences, select the Profile tab, then select the Keyboard tab. Down at the bottom i had to check 'use option as meta key'

This is where i found the answer.

http://www.emacswiki.org/emacs/MetaKeyProblems

jdantonio commented 9 years ago

Closing to help cleanup the issues page.