Further more, a better practice may be to KISS your dotemacs. Since the [Easy Customization Interface][0] is widely supported amongst Emacs' modes, you should store all your customization in your `custom-file` (which may be a separate place in your dotemacs), and for the [dotemacs][1], put in it only load path settings, package requires, hooks, and key bindings. Once you start using [Emacs Starter Kit][2], a whole useful bunch of settings may removed from your dotemacs, too. [0]: http://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Easy-Customization [1]: http://github.com/nyuhuhuu/home/blob/68cad23038183405ba02d25af5c72adc86dbc70a/.emacs [2]: http://www.emacsblog.org/2008/12/05/emacs-starter-kit/