Load markdown-mode for .mdwn files, don't remove whitespace when
markdown-mode is active and enable whitespace-mode and auto-fill-mode
for markdown-mode.
* Changed the load-dir variable in .emacs to d-dir (from emacs._d_).
Using the same variable as emacs didn't seem like a good idea to me.
* Moved autopair settings from 10-modules and 10-settings to
20-autopair
* Removed the folding-mode comments from load files.
* Added muse
* Added graphviz-dot-mode
* Remove all trailing whitespace on save.
This is the last commit I'm going to do before throwing it all away
again.
* .emacs only loops through .emacs.d and runs the *.el files there.
* files are automatically compiled before loading. But only if it
hasn't already been compiled.
* all emacs el files, save for the startup scripts, have been moved
to .emacs.d/elisp