How do I make Emacs start without so much fanfare?

前端 未结 6 1762
轻奢々
轻奢々 2021-02-05 05:58

Every time I start Emacs I see a page of help text and a bunch of messages suggesting that I try the tutorial. How do I stop this from happening?

6条回答
  •  独厮守ぢ
    2021-02-05 06:40

    If your init file is byte-compiled, use the following form instead:

    (eval '(setq inhibit-startup-echo-area-message "YOUR-USER-NAME"))
    

提交回复
热议问题