Search code examples
emacs

How do I open a shell by default in my emacs' init file?


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?


Solution

  • I just put (shell) to the end of my .emacs file and it opens right after emacs start up.