Reload configurations without restarting Emacs

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

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

9条回答
  •  离开以前
    2020-12-12 13:00

    you can use C-x C-e which will evaluate an s-expression. Make sure the cursor is at the last parenthesis of the elisp code.

提交回复
热议问题