Reload configurations without restarting Emacs

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

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

9条回答
  •  情歌与酒
    2020-12-12 13:08

    In the *scratch* buffer, type:

    (load-file user-init-file)
    

    Then press C-x C-e to evaluate the expression.

提交回复
热议问题