spacemacs
spacemacs copied to clipboard
Evaluating elisp code in Spacemacs
Using an elsip source file buffer
, e f to evaluate the top level function
, e e to evaluate the previous expression, useful for evaluating nested expressions in place.
Also copy pieces of code from an existing expression and paste them in the buffer to be evaluated by themselves.
ielm is the repl for elisp, and indifidual pieces of code can be evaluated in there
There is also a way to evaluate elisp in the mini-buffer (search for how to do this)