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?
|
1
|
|
|
|
|
|
Emacs has a couple of variables which inhibit these actions. If you edit your emacs control file (.emacs) and insert the following:
that should solve your problem. They basically set the inhibit parameters to true to prevent the behavior you want to get rid of. |
||
|
|
|
|
Put the following in your (setq inhibit-startup-message t) (setq inhibit-startup-echo-area-message t) |
||
|
|
|
|
Put the following in your personal init file (ususally
You can also turn off the message "For information about GNU Emacs and the GNU system, type C-h C-a." in the echo with the variable |
||
|
|
