How can I easily reload Emacs lisp code as I am editing it?

Viewed 2477

As an Emacs beginner, I am working on writing a minor mode. My current (naive) method of programming elisp consists of making a change, closing out Emacs, restarting Emacs, and observing the change. How can I streamline this process? Is there a command to refresh everything?

6 Answers
Related