What I must write in my .emacs file so that the *scratch* buffer is closed when I open Emacs?
.emacs
*scratch*
(kill-buffer "*scratch*")