summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* NEWSBEUTER: browser changeGravatar Tom Willemsen2011-06-221-1/+1
| | | | Use the $BROWSER environment variable instead of conkeror
* MUTT: Word and ExcelGravatar Tom Willemsen2011-06-221-0/+2
| | | | Added mailcap entries for MS Word documents and MS Excel documents.
* GIT: Added history aliasGravatar Tom Willemsen2011-06-221-0/+1
| | | | history shows a nice graph of current branch's history
* EMACS: Integers and setqGravatar Tom Willemsen2011-06-221-69/+65
| | | | | Added hightlighting for integers in prog-mode, switched from single to multiple setqs again.
* Bumbed submodulesGravatar Tom Willemsen2011-06-171-0/+0
|
* STUMPWM: Keybinds, mpc, browser, screenshot, fontGravatar Tom Willemsen2011-06-171-26/+42
| | | | | | | | | | * Added variable *browser* which reads the environment variable $BROWSER. * Added command browser which starts *browser*. * The MPC next and prev commands now show which songs they skip to. * Added command screenshot, which takes a screenshot with scrot. * Set font to DejaVu Sans, bold, 13. * Added browser keybinding, screenshot and "next".
* NEWSBEUTER: Added emacsblog.org feedGravatar Tom Willemsen2011-06-171-0/+1
|
* EMACS: hooks, skeletons and idoGravatar Tom Willemsen2011-06-171-11/+39
| | | | | | | | | | | * Moved rainbow-delimiters-mode and set-column-marker to prog-mode. * Turn on ido-mode, it seems interesting. * Added prog-mode hook. * Removed emacs-lisp-mode, js-mode, python-mode and lisp-mode hooks since they should all only do what prog-mode hook does. * Added myaethon-set-varchar-docstring and myaethon-set-array-varchar-docstring skeletons, these are both useful for work and a good way to learn more about skeletons.
* MUTT: set emacs as my editorGravatar Tom Willemsen2011-06-151-1/+1
| | | | I don't really use vim, and I like emacs better, so now I am using it.
* EMACS: compile, htmlize, js, stumpwmGravatar Tom Willemsen2011-06-156-744/+135
| | | | | | | | | | | | * 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-133-0/+0
|
* Trying to improve fonts in emacsGravatar Tom Willemsen2011-06-132-9/+13
|
* INSTALL: woops, fonts.conf should *not* go to .fonts.confgGravatar Tom Willemsen2011-06-121-1/+1
|
* NEWSBEUTER: Add Dieter's blog and Sam and Fuzzy webcomicGravatar Tom Willemsen2011-06-111-0/+2
|
* MUTT: Add some mailing lists and improve colorsGravatar Tom Willemsen2011-06-112-6/+12
|
* Added install options for fonts.conf en emacs.elGravatar Tom Willemsen2011-06-111-1/+3
|
* EMACS: add some filter constants to fontlockingGravatar Tom Willemsen2011-06-111-13/+33
|
* EMACS: init file is once again one big fileGravatar Tom Willemsen2011-06-1127-13925/+419
|
* Added fonts configurationGravatar Tom Willemsen2011-06-111-0/+36
|
* GIT: Using non-x emacs for commitsGravatar Tom Willemsen2011-05-291-1/+1
|
* ZSH: Change location of parensGravatar Tom Willemsen2011-05-281-1/+1
|
* EMACS: Added a 'preview' function for HMTL filesGravatar Tom Willemsen2011-05-283-0/+10
|
* CONKEROR: Changed tab lookGravatar Tom Willemsen2011-05-282-1/+43
|
* CONKEROR: tabs, favicon, clockGravatar Tom Willemsen2011-05-281-1/+9
| | | | Using tabs, removed clock from modeline, show favicon
* CONKEROR: Naquadah theme, emacswiki webjumpGravatar Tom Willemsen2011-05-288-20/+32
| | | | | Changed the blackened theme to make it look more like the naquadah theme for emacs and added an emacswiki webjump
* 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-276-600/+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.
* CONKEROR: Added blackened themeGravatar Tom Willemsen2011-05-278-0/+173
|
* Change emacs init variablesGravatar Tom Willemsen2011-05-271-9/+8
|
* Only show ide-skel when X is runningGravatar Tom Willemsen2011-05-272-8/+10
|
* ZSH: Add hostname, CXX=clangGravatar Tom Willemsen2011-05-271-2/+4
|
* NCMPCPP: Changed layout and set column-mode to defaultGravatar Tom Willemsen2011-05-271-6/+6
|
* EMACS: linum-ex added, replaces linumGravatar Tom Willemsen2011-05-273-1/+290
|
* ZSH: toudou list function changedGravatar Tom Willemsen2011-05-271-1/+1
|
* EMACS: Rainbow delimiters updatedGravatar Tom Willemsen2011-05-241-92/+161
|
* EMACS: jd added rainbow-delimitersGravatar Tom Willemsen2011-05-232-13/+0
| | | | That means that I don't have to
* XTERM: Added some colorsGravatar Tom Willemsen2011-05-231-1/+26
|
* MUTT: Changed colors for email headersGravatar Tom Willemsen2011-05-231-5/+5
|
* NEWSBEUTER: Save only 1000 articles per feedGravatar Tom Willemsen2011-05-231-1/+1
|
* MUTT: Changed colors for email headersGravatar Tom Willemsen2011-05-231-0/+4
|
* EMACS: Rainbow delimiters mode additionsGravatar Tom Willemsen2011-05-231-0/+2
| | | | Enable rainbow-delimiters-mode for JavaScript and Python as well.
* EMACS: Added markdown-mode colorsGravatar Tom Willemsen2011-05-231-1/+12
| | | | And also some comments
* EMACS: Markdown settingsGravatar Tom Willemsen2011-05-233-20/+36
| | | | | | 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.
* MUTT: Changed quoted colors for improved readabilityGravatar Tom Willemsen2011-05-171-8/+8
|
* EMACS: return of show-paren-modeGravatar Tom Willemsen2011-05-171-0/+1
|
* ZSH: Re-instated the unicode charactersGravatar Tom Willemsen2011-05-171-4/+4
|
* NEWSBEUTER: Added emacs wiki RecentlyChanged feedGravatar Tom Willemsen2011-05-171-0/+1
|
* MUTT, NEWSBEUTER: Changed some whites to defaultGravatar Tom Willemsen2011-05-172-6/+6
|
* URXVT: Changed colorsGravatar Tom Willemsen2011-05-171-12/+12
| | | | Changed colors to resemble the emacs naquadah theme more
* EMACS: Added Rainbow delimiters modeGravatar Tom Willemsen2011-05-175-3/+412
|