summaryrefslogtreecommitdiffstats
path: root/emacs.d/elisp
Commit message (Collapse)AuthorAgeFilesLines
* Removed c-eldoc and linum-exGravatar Tom Willemsen2011-05-272-591/+0
| | | | | I didn't use c-eldoc and linum-ex only seemed to cause warnings to show up when loading files, not improve any speed.
* EMACS: linum-ex added, replaces linumGravatar Tom Willemsen2011-05-271-0/+287
|
* EMACS: Rainbow delimiters updatedGravatar Tom Willemsen2011-05-241-92/+161
|
* EMACS: Added Rainbow delimiters modeGravatar Tom Willemsen2011-05-171-0/+392
|
* EMACS: Added ide-skelGravatar Tom Willemsen2011-05-162-0/+5948
|
* Add git-commit-modeGravatar Tom Willemsen2011-04-171-0/+0
| | | | | Makes emacs look more like vim when commiting messages. Shows me what I'm doing wrong or right.
* Added cmake modeGravatar Tom Willemsen2011-04-171-0/+339
|
* Added markdown modeGravatar Tom Willemsen2011-04-171-0/+0
|
* Folding is outGravatar Tom Willemsen2011-04-161-5416/+0
|
* Added c-eldocGravatar Tom Willemsen2011-04-161-0/+304
|
* Added folding-mode, might be useful after allGravatar Tom Willemsen2011-04-131-0/+5416
|
* Improved fontlock, added htmlize, set some gvim optionsGravatar Tom Willemsen2011-04-121-0/+1671
|
* I don't like nxhtmlGravatar Tom Willemsen2011-03-232-291/+1263
|
* Big emacs cleanup, must be lighterGravatar Tom Willemsen2011-03-1741-23168/+0
|
* Big changes, last one before I wipe it all.Gravatar Tom Willemsen2011-03-1731-0/+15034
| | | | | | | | | | | * 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/+291
| | | | | | * Added nxhtml, mostly for django support. * Changed some org settings.
* New .emacs styleGravatar Tom Willemsen2011-02-2121-0/+20148
* .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