summaryrefslogtreecommitdiffstats
path: root/emacs.d/10-modules.el
Commit message (Collapse)AuthorAgeFilesLines
* Changed load-dir to d-dir, autopair, no commentsGravatar Tom Willemsen2011-04-151-5/+1
| | | | | | | | | | * 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 folding-mode, might be useful after allGravatar Tom Willemsen2011-04-131-19/+20
|
* Minor tweaksGravatar Tom Willemsen2011-03-231-1/+1
|
* I don't like nxhtmlGravatar Tom Willemsen2011-03-231-1/+1
|
* Big emacs cleanup, must be lighterGravatar Tom Willemsen2011-03-171-5/+1
|
* Big changes, last one before I wipe it all.Gravatar Tom Willemsen2011-03-171-7/+13
| | | | | | | | | | | * 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.
* Django, orgGravatar Tom Willemsen2011-03-071-0/+3
| | | | | | * Added nxhtml, mostly for django support. * Changed some org settings.
* New .emacs styleGravatar Tom Willemsen2011-02-211-0/+16
* .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