How do I customize Emacs?
At its core Emacs contains a Lisp interpreter, this engine is used to implement most of the core functionality of Emacs. To customize Emacs mostly involves writing extra functions in Lisp, or changing variables that affect the behaviour which is already present. Emacs reads a file “.emacs” when it starts up, this is where it expects to find any customizations that you have made.