log

age author description
2015-01-08 Augie Fackler Merge.
2015-01-08 Augie Fackler emacs: load customize file earlier so it can matter for things like smart-modeline
2014-12-22 Augie Fackler patchpipe: handle base64-encoded message bodies
2014-12-22 Augie Fackler emacs: nudge size of font on linux up slightly
2014-12-22 Augie Fackler emacs: move customize droppings to a dedicated file
2014-11-18 Augie Fackler which-function-mode: only enable in emacs 24.4 and later
2014-11-05 Augie Fackler c-mode: detect when I'm editing a .c file from hg and set style appropriately
2014-11-10 Augie Fackler hgignore: ignore -local things in .shell.d
2014-11-10 Augie Fackler safe-paste: adds support for bracketed paste mode to zsh
2014-10-15 Augie Fackler hgrc: drop obsolete stuff from [alias], enable showfunc in [diff]
2014-10-08 Augie Fackler hg_rebase_all: optimize by using -b instead of checking out revision to rebase
2014-10-06 Augie Fackler hgrc: add sl. alias for sl when I have too many patches
2014-09-25 Augie Fackler emacs: enable which-function-mode for python, elisp, and go
2014-09-10 Augie Fackler hgrc: add si for a more compact incoming format
2014-09-10 Augie Fackler emacs: only call server-edit during my save function if the buffer was actually a server buffer
2014-09-10 Augie Fackler patchpipe: tool to edit hg patches while piping them to 'hg import'
2014-09-10 Augie Fackler hgimp: utility to make importing hg patches from mutt easier
2014-09-01 Augie Fackler hgrc: add havepatch alias for looking for a patch matching a string
2014-09-01 Augie Fackler diff-mode: don't clean whitespace
2014-07-21 Augie Fackler hgrc: new smartlog templates and aliases from mpm
2014-07-19 Augie Fackler Merge
2014-07-19 Augie Fackler hgrc: use detailed merge markers by default
2014-05-29 Augie Fackler ipython: stop tracking anything in .ipython, since I'm not customizing it
2014-05-29 Augie Fackler emacs: avoid weird package.el breakage with newish packages
2014-05-29 Augie Fackler hgrc: graphlog has been part of core hg for a while
2014-04-16 Augie Fackler Add imagemagick spell from https://gist.github.com/lelandbatey/8677901
2014-06-06 Augie Fackler apply-patchbomb: create obsolete markers, keep partial applications
2014-03-11 Augie Fackler go-eldoc: try and fix go-eldoc
2014-03-11 Augie Fackler textmate.el: use hg locate for speed
2014-03-11 Augie Fackler textmate.el: disable color on use of egrep
2014-03-11 Augie Fackler textmate.el: use egrep instead
2014-03-11 Augie Fackler emacs: update path to ELPA repository
2014-03-11 Augie Fackler emacs: prevent tramp from trying to be clever about PATH
2014-03-11 Augie Fackler hg: enable shelve extension
2014-03-11 Lucas Bergman xmonad: Pull apart custom layout into something readable
2013-05-11 Augie Fackler emacs: put autosave files in /tmp
2013-07-11 Augie Fackler emacs: add go-eldoc for better go programming
2013-01-31 Augie Fackler zshrc: second attempt to make screen message not break
2013-07-16 Augie Fackler certfor: make zsh-specific
2013-07-16 Augie Fackler hg-rebase-all: remove bashism
2013-07-16 Augie Fackler hgrc: disable publishing mode locally
2013-07-04 Augie Fackler zshenv: default timezone should be America/New_York now
2013-07-04 Augie Fackler hgignore: also ignore ~/{bin,lib}
2013-05-08 Augie Fackler zshrc: use `env which` since `which` is not always in /bin
2012-07-07 Augie Fackler hgrc: histedit is now included with hg
2012-07-07 Augie Fackler emacs: require markdown-mode
2011-06-18 Augie Fackler HGRCPATH: auto-include opendiff configuration if opendiff is on PATH.
2013-05-07 Augie Fackler misc: holding ground for misc shell tricks
2013-05-07 Augie Fackler emacs: bind C-x C-b to ibuffer, which is awesome
2013-05-07 Augie Fackler emacs: edit tempfiles from mutt in mail-mode
2013-01-29 Augie Fackler hg-rebase-all: defend against no bookmarks being set
2012-12-18 Augie Fackler hg: switch to histedit from hg itself
2013-01-20 Augie Fackler zshrc: work around my shell function that turns on utf8 in screen
2012-12-04 Augie Fackler Merge.
2012-12-04 Augie Fackler hg_rebase_all: fix exit status check
2012-12-04 Augie Fackler irssi: install and autorun tmux_away.pl
2012-12-04 Augie Fackler emacs: install wgrep all the time
2012-12-04 Augie Fackler python-mode-hook: give up on flyspell-prog-mode, as it can be very very slow
2012-11-12 Augie Fackler Merge
2012-11-12 Augie Fackler whitespace-style: cleanups from slb