summaryrefslogtreecommitdiffstats
path: root/emacs.d/10-settings.el
Commit message (Collapse)AuthorAgeFilesLines
* EMACS: init file is once again one big fileGravatar Tom Willemsen2011-06-111-55/+0
|
* EMACS: Added a 'preview' function for HMTL filesGravatar Tom Willemsen2011-05-281-0/+2
|
* EMACS: Add space to line numbersGravatar Tom Willemsen2011-05-281-13/+16
| | | | Add space to line numbers when we're in text mode
* Removed c-eldoc and linum-exGravatar Tom Willemsen2011-05-271-0/+1
| | | | | 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-1/+0
|
* EMACS: Markdown settingsGravatar Tom Willemsen2011-05-231-18/+30
| | | | | | Load markdown-mode for .mdwn files, don't remove whitespace when markdown-mode is active and enable whitespace-mode and auto-fill-mode for markdown-mode.
* EMACS: return of show-paren-modeGravatar Tom Willemsen2011-05-171-0/+1
|
* EMACS: Added Rainbow delimiters modeGravatar Tom Willemsen2011-05-171-1/+0
|
* EMACS: Added antialias to fontGravatar Tom Willemsen2011-04-261-1/+1
|
* Changed font size from 9 to 10Gravatar Tom Willemsen2011-04-171-1/+1
|
* Changed load-dir to d-dir, autopair, no commentsGravatar Tom Willemsen2011-04-151-1/+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.
* Changed emacs font and auto-maximized windowGravatar Tom Willemsen2011-04-121-12/+4
|
* No more scrollbar\!Gravatar Tom Willemsen2011-04-011-0/+1
|
* Minor tweaksGravatar Tom Willemsen2011-03-231-4/+6
|
* Big emacs cleanup, must be lighterGravatar Tom Willemsen2011-03-171-0/+1
|
* Big changes, last one before I wipe it all.Gravatar Tom Willemsen2011-03-171-0/+1
| | | | | | | | | | | * 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.
* New .emacs styleGravatar Tom Willemsen2011-02-211-0/+42
* .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