How can I get Emacs to reload all my definitions that I have updated in .emacs without restarting Emacs?
.emacs
C-x C-e ;; current line M-x eval-region ;; region M-x eval-buffer ;; whole buffer M-x load-file ~/.emacs.d/init.el