This repo contains most of my emacs init files. The entry point is
tlh-emacs.el
. My ~/.emacs
contains only this line:
(load "~/emacs/elisp/init/tlh-emacs.el")
These files depend on tlh-util.el. A lot of my other elisp code has been broken out into separate packages, like: recs-mode.el, workgroups.el, tlh-color-themes, emms-info-id3v2.el and pickel.el.