When I start up emacs, I'd like to have a shell loaded up right away. Is there a way to do this by changing my .emacs file?
I just put (shell) to the end of my .emacs file and it opens right after emacs start up.
(shell)
.emacs