lisp-interaction-mode
September 24, 2015
You can use the *scratch* buffer to try out arbitrary bits of elisp. First,
navigate to the scratch buffer. Then enter lisp-interaction-mode using SPC
:. Then you’ll be in the right mode to whip up some lisp. To evaluate as in the
demo, hit C-x C-e.