How do I load the edited .emacs file without restarting Emacs?
::Cries, deletes own post, and upvotes::
dmckee
2008-10-03 16:26:31
+4
A:
I usually use M-x load-file. But be aware that some initialization is only done the first time through. Things like libraries that set their defaults when loaded, but don't get reloaded the second time through. Its always a good idea to start up emacs from scratch as a final check that everything works ok.
KeithB
2008-10-05 21:31:51