I have several config files in ~.emacs.d/elisp/. I want to load them on emacs startup. I'm using this line:
(add-to-list 'load-path "~/.emacs.d/elisp/")
I assume that adds the contents of the directory to the files loaded at startup. But the files are not loaded. Why?