Reload configurations without restarting Emacs

前端 未结 9 427
伪装坚强ぢ
伪装坚强ぢ 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.

    0 讨论(0)
  • 2020-12-12 13:20
    M-x load-file ENTER
    ~/.emacs
    ENTER
    

    (source)

    0 讨论(0)
  • 2020-12-12 13:24

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

    0 讨论(0)
提交回复
热议问题