summaryrefslogtreecommitdiffstats
path: root/emacs.d/20-column-marker.el
Commit message (Collapse)AuthorAgeFilesLines
* Changed load-dir to d-dir, autopair, no commentsGravatar Tom Willemsen2011-04-151-10/+0
| | | | | | | | | | * 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-8/+17
|
* Moved columnsGravatar Tom Willemsen2011-03-241-4/+4
|
* Minor tweaksGravatar Tom Willemsen2011-03-231-1/+6
|
* New .emacs styleGravatar Tom Willemsen2011-02-211-0/+5
* .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