GNU Emacs
XEmacs
Please note, that I have switched to Gnu Emacs (22) since 2007-10. My XEmacs configuration followed me over 10 years and grew, was rearranged, was rerearranged, grew, grew and got even bigger. It is well tuned to my taste it did almost everything that I needed. Thus, it shall remain here as a source of ideas for generations to come :-)
How I Organize my Configuration Files
- ~/.xemacs/ -- Directory
- init.el -- load-path, package system, load custom, personal.el, desktop and mtorus
- site-lisp/ -- Downloaded elisp not in distribution
- xemacs-packages/ -- Directory for the package system, which I rarely use
- my/ -- my configuration
- config/ --
- data/ (contains bbdb, places, picklist, shadow, ctypes, ....)
- lisp/ (lisp libs written by me or by good ol' friends or that I have modified)
- templates/
The Files