summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* awesome: remove mouse bindingsGravatar Tom Willemsen2013-01-291-55/+1
|
* New awesome rc.luaGravatar Tom Willemsen2013-01-291-302/+313
|
* Move eshell settings to orgGravatar Tom Willemsen2013-01-283-52/+93
|
* Move eldoc settings to orgGravatar Tom Willemsen2013-01-282-1/+8
|
* emacs: Redo againGravatar Tom Willemsen2013-01-253-376/+121
|
* Fix zsh historyGravatar Tom Willemsen2013-01-211-1/+1
|
* Emacs: Move mode-icons to ~/projects/emacsGravatar Tom Willemsen2013-01-181-1/+1
| | | | From ~/var/src/emacs
* Xinit: Use stumpwmGravatar Tom Willemsen2013-01-181-1/+1
|
* Stumpwm: Remove some unused keybindingsGravatar Tom Willemsen2013-01-181-6/+0
| | | | | Since I don't have a keypad on either my PC or laptop anymore, binding them is useless.
* Stumpwm: Change some UI settingsGravatar Tom Willemsen2013-01-181-4/+2
| | | | | | | | | | - Change the font used. - Use the `:thin' border style to hide windows behind certain other windows. For example: When using Emacs and conkeror, if conkeror is placed behind emacs and the border is `:tight' I will see a tiny portion of the conkeror window on my screen (due to emacs' size hints). On the other hand if I use `:thick', it will use the border color to fill it up, with `:thin' it uses the unfocus-color.
* Emacs: Change second agenda files checkGravatar Tom Willemsen2013-01-181-1/+1
| | | | To 17:01, because technically, I'm still working at 17:00.
* Conkeror: Have C-y open URLs in a new bufferGravatar Tom Willemsen2013-01-181-4/+3
|
* Emacs, Xdefaults: Change font back to MonacoGravatar Tom Willemsen2013-01-172-4/+4
| | | | | | Consolas may have cursive script, but it also has crazy changing letters for each scrept (bold, cursive). And Monaco still has the better parentheses.
* Conkeror: Add github dashboard styleGravatar Tom Willemsen2013-01-164-1/+172
| | | | I don't like it when it's so bright.
* Conkeror: Add chickadee webjumpGravatar Tom Willemsen2013-01-161-0/+25
| | | | From the conkeror wiki
* Conkeror: Allow location along with lhGravatar Tom Willemsen2013-01-161-3/+7
| | | | | Let the `read_url_local_port_handler' accept an optional path parameter.
* Emacs: Cleanup `eval-after-load'sGravatar Tom Willemsen2013-01-162-84/+84
| | | | | Also set `sentence-end-double-space' to nil so I don't have to use double spaces to end a sentence and keep the fill functions happy.
* Conkeror: Use markam instead of linkwaveGravatar Tom Willemsen2013-01-151-2/+3
|
* ncmpcpp: Remove visualizer settingsGravatar Tom Willemsen2013-01-151-8/+0
|
* Emacs: Update some thingsGravatar Tom Willemsen2013-01-158-36/+172
|
* Xdefaults: Use consolasGravatar Tom Willemsen2013-01-151-4/+3
| | | | It has slanted script, I do miss the parentheses though.
* .ncmpcpp/configGravatar Tom Willemsen2013-01-111-0/+7
|
* Emacs: Move some more things to init.orgGravatar Tom Willemsen2013-01-042-6/+20
|
* Emacs: Cleanup the other sectionsGravatar Tom Willemsen2013-01-041-13/+34
|
* Emacs: fix typoGravatar Tom Willemsen2013-01-041-1/+1
|
* Emacs: move some stuff to init.orgGravatar Tom Willemsen2013-01-041-22/+0
|
* eltuki: Add post skeleton and use it for new postsGravatar Tom Willemsen2013-01-041-1/+11
|
* Emacs: Don't load rudel for nowGravatar Tom Willemsen2013-01-041-1/+1
| | | | I haven't used it in a while anyway...
* Emacs: Show any scratch buffers in current windowGravatar Tom Willemsen2013-01-041-0/+3
|
* Emacs: Stay true to 80 columns, even with lispGravatar Tom Willemsen2013-01-042-8/+0
|
* Emacs: don't use ido for `org-refile'Gravatar Tom Willemsen2013-01-041-0/+1
| | | | It doesn't work...
* Emacs: Some mode changesGravatar Tom Willemsen2013-01-031-3/+4
| | | | | | * .emacs.d/init.el: Reorder modes. Start using `winner-mode' again and once more prefer `ido-ubiquitous' over `icomplete-mode'. `icomplete-mode' tends to get messy.
* Emacs: Tangle init2.el from init.orgGravatar Tom Willemsen2013-01-031-1/+7
| | | | | Eventually it might tangle to init.el, once I finish copying everything.
* .emacs.d: Ignore some more generated filesGravatar Tom Willemsen2013-01-031-0/+2
|
* Emacs: Start with literate configuration againGravatar Tom Willemsen2013-01-032-39/+316
|
* Emacs: Allow gnus to match score to To headerGravatar Tom Willemsen2012-12-301-0/+1
|
* Emacs: Change colors of org todo statesGravatar Tom Willemsen2012-12-301-10/+10
| | | | Make them look better with yoshi-theme.
* Emacs: Autofill everything in TexinfoGravatar Tom Willemsen2012-12-301-0/+1
| | | | Not just comments
* Emacs: Stop using ido-ubiquitousGravatar Tom Willemsen2012-12-301-2/+1
| | | | | It was starting to get in the way too much, try icomplete-mode instead.
* Emacs: Show magit main window in current windowGravatar Tom Willemsen2012-12-281-0/+3
|
* Emacs: Include python-mode snippetsGravatar Tom Willemsen2012-12-281-1/+1
|
* Emacs: Remove last feeds from newstickerGravatar Tom Willemsen2012-12-281-11/+0
| | | | All feeds are being handled by Gnus again.
* Emacs: set-up auto-complete default configGravatar Tom Willemsen2012-12-281-0/+1
|
* Emacs: Reset buffer displayGravatar Tom Willemsen2012-12-281-3/+0
| | | | | Having everything show up in the same buffer is unpleasant, the correct situation should be determined per-buffer.
* Emacs: Manually set-up w3mGravatar Tom Willemsen2012-12-288-1/+50
| | | | | Only `w3m-goto-url' and `w3m-bookmark-view' are ever really used to start w3m, no need to load `w3m-load' for that.
* Make: Don't echo when not installingGravatar Tom Willemsen2012-12-271-2/+1
|
* Emacs: Use special face for "done" org tasksGravatar Tom Willemsen2012-12-271-0/+1
|
* Emacs: I've started using Gnus again for most feedsGravatar Tom Willemsen2012-12-271-97/+2
|
* Emacs: Throw away unneeded imports and sortGravatar Tom Willemsen2012-12-271-6/+3
|
* Emacs: Meh, stop messing around with the mode-lineGravatar Tom Willemsen2012-12-271-2/+0
|