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?
Add the below to your init file
(setq inhibit-startup-message t inhibit-startup-echo-area-message t)