My .emacs-conf directory
root
- AUTO-custom.el
- README.org
- bell.el
- cfix.el
- cmpltn.el
- cnfboo.el
- cnfbufmove.el
- cnfcompile.el
- cnfcustom.el
- cnfdale.el
- cnfel.el
- cnfirc.el
- cnflispmode.el
- cnforg.el
- cnfrkt.el
- cnfslime.el
- fullscr.el
- indentation.el
- init.el
- killbloat.el
- modeln.el
- msc.el
- osxfix.el
- pkgs.el
- pth.el
- theme.el
- twttr.el
- wind.el
* My emacs configuration
I organize my emacs configuration in a directory at ~/.emacs-conf
To load it I just do
#+BEGIN_SRC elisp
(add-to-list 'load-path "~/.emacs-conf")
(load "init")
#+END_SRC