summaryrefslogtreecommitdiffstats
path: root/emacs.d/elisp
Commit message (Collapse)AuthorAgeFilesLines
* Preparing placing home-directory in repoGravatar Tom Willemsen2011-07-2825-23605/+0
|
* EMACS: Trying out zencodingGravatar Tom Willemsen2011-07-271-0/+0
|
* EMACS: Reduced number of defined rainbow-delimiters ↵Gravatar Tom Willemsen2011-07-271-12/+8
| | | | faces, reversed colors
* EMACS: update autopairGravatar Tom Willemsen2011-07-261-139/+172
|
* EMACS: Added rainbow mode submoduleGravatar Tom Willemsen2011-07-262-207/+0
|
* EMACS: Use rainbow-delimiters from submoduleGravatar Tom Willemsen2011-07-261-461/+0
|
* Added rainbow-delimiters submoduleGravatar Tom Willemsen2011-07-261-0/+0
|
* Auto-load git-commit and require gitGravatar Tom Willemsen2011-07-261-0/+1705
|
* Added lcars themeGravatar Tom Willemsen2011-07-261-0/+415
|
* Bumped submodulesGravatar Tom Willemsen2011-07-181-0/+0
|
* Added pi-php-modeGravatar Tom Willemsen2011-07-151-0/+0
|
* Bumped submodulesGravatar Tom Willemsen2011-07-011-0/+0
|
* EMACS: New modes, functions and keysGravatar Tom Willemsen2011-06-262-0/+2182
| | | | | | | | 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
* EMACS: Update lua modeGravatar Tom Willemsen2011-06-232-1135/+0
|
* EMACS: compile, htmlize, js, stumpwmGravatar Tom Willemsen2011-06-153-715/+76
| | | | | | | | | | | | * 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.
* Bumped submodulesGravatar Tom Willemsen2011-06-131-0/+0
|
* EMACS: add some filter constants to fontlockingGravatar Tom Willemsen2011-06-111-13/+33
|
* 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