Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Eval an Emacs Lisp Buffer or Expression to Reload It

Either of these will evaluate the current buffer

bash
, e b
bash
M-x eval-buffer

I think this evaluates the expression the point (cursor) is in/on

bash
C-M-x