summaryrefslogtreecommitdiffstats
path: root/emacs.d/20-autopair.el
Commit message (Collapse)AuthorAgeFilesLines
* Changed load-dir to d-dir, autopair, no commentsGravatar Tom Willemsen2011-04-151-0/+2
| | | | | | | | | | * 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.
* Big emacs cleanup, must be lighterGravatar Tom Willemsen2011-03-171-3/+0
|
* New .emacs styleGravatar Tom Willemsen2011-02-211-0/+3
* .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