summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't use festivalpegasGravatar Tom Willemsen2013-01-112-16/+0
| | | | | I only have and want it installed on my PC, no need for it on my server.
* 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
|
* Use fci-rule-column, not fci-columnGravatar Tom Willemsen2012-12-231-1/+1
|
* Conkeror: Add monsterhunter webjumpGravatar Tom Willemsen2012-12-201-0/+3
|
* Add feeds from Magnar SveenGravatar Tom Willemsen2012-12-201-1/+5
|
* Show buffer position againGravatar Tom Willemsen2012-12-201-1/+0
|
* Emacs: diminish yasnippetGravatar Tom Willemsen2012-12-201-0/+3
|
* Update eltuki to work better and do moreGravatar Tom Willemsen2012-12-191-8/+32
|
* Add diminishGravatar Tom Willemsen2012-12-191-0/+11
|
* Set the fci-rule-column to 101 for lispsGravatar Tom Willemsen2012-12-192-0/+8
|
* Only make TAGS when TAGS target availableGravatar Tom Willemsen2012-12-191-2/+4
| | | | | | | | The "(Shell command failed with code 2 and no output)" was starting to drive me nuts. * .emacs.d/site-lisp/oni.el (oni:after-save-func): Check if there is a `TAGS:' target in the found makefile before trying to make.
* Remove oni:load-hippie-expGravatar Tom Willemsen2012-12-172-14/+3
| | | | | | | | | | Placing `yas/hippie-try-expand' at the end of the `hippie-expand-try-functions-list' doesn't seem to work very well and putting it in the front might cause situations where I want to expand a variable name or something and yas might take over, so don't use yas with hippie-expand. Instead bind `yas-expand' to `C-\' and set `yas-fallback-behavior' to nil so it doesn't start acting crazy when there's no snippet to expand.
* RXVT: Turn off visual bellGravatar Tom Willemsen2012-12-141-1/+1
|
* Make: Show newer or olderGravatar Tom Willemsen2012-12-141-1/+6
| | | | | | When using `make check' to see which files are newer than their destinations, instead show either newer or older and nothing when there's no difference.
* Update dzen code to handle weirder cases betterGravatar Tom Willemsen2012-12-141-13/+36
|
* Add more RSS feedsGravatar Tom Willemsen2012-12-141-1/+8
|
* Add type-break settingsGravatar Tom Willemsen2012-12-141-1/+4
|
* Emacs: Remove IBM developerworks feedGravatar Tom Willemsen2012-12-111-3/+0
|
* Emacs: Reset now-playing when stopping MERGravatar Tom Willemsen2012-12-111-1/+2
|
* Emacs: Simplify window management keysGravatar Tom Willemsen2012-12-111-0/+5
| | | | | | Since `C-1..9' do the same as `M-1..9' and I never use the Meta ones, I seem to have a few keybindings available to me for such things as this. Now I just need to start using them...
* Add the external yoshi-theme path to theme pathGravatar Tom Willemsen2012-12-111-1/+4
|
* Send jabber message as appt remindersGravatar Tom Willemsen2012-12-063-0/+11
|
* Add sawfish feed to newstickerGravatar Tom Willemsen2012-12-061-0/+3
|