Whenever I start emacs, there are a few things I do right away:
M-x slime
M-x ido-mode
I also open a few files that I always use so they are available as buffers:
C-x C-f ....
When I get into a buffer, I then do this for that buffer (nearly all buffers):
M-x visual-line-mode
If it is a Lisp buffer, I also always do this as well:
M-x paredit-mode
M-x rainbow-delimiters-mode
M-x show-paren-mode
Is there a way for emacs to automatically do all of these things when I start emacs and when I load buffers?