Personal emacs configuration. Originally forked from birkenfeld/.emacs.d.
Purpose of subdirectories/files
early_startup.el
: code that gets run very early (before setup etc)late_startup.el
: code that gets run very late (after session init)setup
: code that gets run on initialization of emacslocal-setup
: not in the repository; code that gets run on initlisp
: my own lisp libraries, or single-file libraries not on ELPAext-lisp
: third-party large lisp libraries not on ELPAthemes
: lisp files that contain color themeselpa
: third-party lisp libraries installed from ELPAsaved
: will contain all files/dirs with saved stuff/caches created by emacs