vote up 4 vote down star
1

How do I load the edited .emacs file without restarting Emacs?

flag

80% accept rate

4 Answers

vote up 4 vote down check

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.

link|flag
vote up 4 vote down

M-x load-file and then choose the .emacs file should also work

link|flag
vote up 1 vote down

Open the .emacs file, select its contents and hit C-x,C-e

link|flag
vote up 9 vote down

M-x eval-buffer

link|flag
::Cries, deletes own post, and upvotes:: – dmckee Oct 3 '08 at 16:26

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.