How do I load the edited .emacs file without restarting Emacs?
.emacs
In the *scratch* buffer, type:
*scratch*
(load-file user-init-file)
Then press C-x C-e to evaluate the expression.
C-x C-e
M-x load-file ENTER ~/.emacs ENTER
(source)
M-x load-file and then choose the .emacs file should also work