init-dir

Homepage: http://github.com/chaosemer/init-dir

Author: Jared Finder

Updated:

Summary

Init directory instead of just a single file

Commentary

Keep all Emacs configuration in a separate directory that can be
under version control with very short init.el change.  Using
init-dir is as simple as putting the following single line in the
actual init.el file:

(init-dir-load)

This also comes with a very lightweight init profiler to warn you
if your Emacs startup is slow.

Dependencies