Reload configurations without restarting Emacs

前端 未结 9 528
伪装坚强ぢ
伪装坚强ぢ 2020-12-12 12:23

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

9条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-12 13:00

    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.

提交回复
热议问题