Added lua-mode
Added muttrc-mode
Moved all functions to emacs.d/functions.el
Added go-mode
Set keys M-left, M-right, M-up and M-down to move to relative windows
* install.sh tries to compile emacs.el before linking the emacs.elc
to ~/. This is to always have a compiled .emacs.elc for speediest
startup.
* I removed a little bit of code from htmlize.el that was causing
trouble with the naquadah theme.
* I removed javascript-mode, because the built-in js-mode is better.
* I Added stumpwm mode
* When I save a file and it is in html-mode it will try and replace
all occurrences of é with é before continueing.
* 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