SaltyCrane Blog — Notes on JavaScript and web development

How to run an emacs lisp program in the *scratch* buffer

  • start emacs
  • in the scratch buffer, type:(+ 2 2)
  • pressCTRL-X CTRL-E
  • you should get4in the echo area at the bottom of the screen

Comments