To get familiar with emacs you really need to customise it to make it usable. I'm currently checking out various guides related to init.el and would be interested in any advice/comments on how to organise it.
These pages gave me plenty to think about:-
stackoverflow.com
These pages gave me plenty to think about:-

How to modularize an emacs configuration?
I've decided to rewrite my .emacs from the ground up, and I want to setup something that's modular, in order to avoid a dreaded 1k+ LoC init.el file... I think there are some basic concerns that e...