I want to be able to open multiple files with Emacs like the following command:
emacs file1 file2
and have the Emacs screen -not- be split horizontally when Emacs starts up. Opening the files in different buffers is what I expected, with just one of the files displayed in the entire Emacs window.
So how do I do this?