log

age author description
2012-11-12 Augie Fackler emacs: add marmalade to elisp package repo list
2012-11-12 Augie Fackler rps1: show hg bookmark (if any) in rps1 instead of current branch
2012-11-12 Augie Fackler git: new glog alias for looking at graph history
2012-11-12 Augie Fackler emacs: clean up new frame initialization thanks to slb
2012-11-12 Augie Fackler af-generic-diff-repo: use monky or magit if available
2012-11-12 Augie Fackler go emacs: fix bug in enabling tabs for go files
2012-01-30 Augie Fackler _hg: symlink as _mercurial as well to fix weird behavior on Ubuntu
2012-01-30 Augie Fackler _hg: import from upstream
2012-10-17 Augie Fackler hg-rebase-all: correctly use rebase result code
2012-10-17 Augie Fackler python-mode: enable flyspell-prog-mode for spellchecking in comments in Python
2012-10-17 Augie Fackler emacs: start making an f4-dwim function
2012-06-15 Augie Fackler go.el: Fix some bugs exposed on a new machine.
2012-05-16 Augie Fackler pentadactylrc: testing out pentadactyl config options
2012-05-03 Augie Fackler zshrc: suppress stderr from tmux
2012-05-03 Augie Fackler emacs go: actually use af-go-mode-hook
2012-01-30 Augie Fackler functionpath: fix af_reloadfuncs()
2012-03-27 Augie Fackler find_dvcs_root: new function to find dvcs root dir more safely
2012-04-17 Augie Fackler ipythonrc: remove, since newer ipythons don't read this file
2012-04-17 Augie Fackler _hg: update to latest upstream zsh completion
2012-04-27 Augie Fackler gitrc: migrate to my canonical email address
2012-04-27 Augie Fackler hgignore: ignore machine-specific .elisp/settings/ files
2012-04-27 Augie Fackler zshrc: add a tmux variant of the detached screens message
2012-04-27 Augie Fackler emacs go: move go config to a new file
2012-04-27 Augie Fackler emacs: require and configure company mode
2012-04-27 Augie Fackler hgrc: update email address
2012-03-31 Augie Fackler hgrc: remove old [paths] stanza that just isn't helpful
2012-03-31 Augie Fackler ipython config: remove ancient version which is not supported by ipython
2012-02-23 Augie Fackler zsh prompt: allow fancy prompt mode on xterm-256color as well
2011-12-12 Augie Fackler Merge
2011-12-12 Augie Fackler _hg: import updated version from upstream
2011-12-12 Augie Fackler emacs: use aspell for spell checking
2011-08-02 Augie Fackler go-mode-hook: disable tabs highlighting, enable tab indentation
2011-11-02 Augie Fackler hgrc: remove [hooks] since it's entirely commented out
2011-11-02 Augie Fackler xmonad: add takeTopFocus logHook
2011-11-02 Augie Fackler hg: new egrep alias
2011-11-02 Augie Fackler emacs: enable narrow-to-region
2011-11-02 Augie Fackler emacs: require js2-mode, since autoload seems to fail for it
2011-06-17 Augie Fackler wcroot: use git to directly find repo root.
2010-08-16 Augie Fackler hgrc: move opendiff support to another file to stop breaking merge on linux
2010-08-16 Augie Fackler opendiff-w: safer sanity check for opendiff
2011-03-22 Augie Fackler emacs: disable vc backends for a little speed improvement
2011-06-13 Augie Fackler emacs java: adjustments from actual java hackery
2011-01-13 Augie Fackler c++: enable tab completion
2011-03-22 Augie Fackler shell env: export some less options
2011-01-13 Augie Fackler zsh: support for editing current command in $EDTIOR
2011-05-05 Augie Fackler vcs_current_branch: use 'hg parents --template' instead of just 'hg parents'
2010-05-17 Augie Fackler hg funcs: rename mq-snapshot to appease bash
2011-04-13 Augie Fackler hgrc: stop defaulting to compact style outside of ll
2011-06-13 Augie Fackler hg ll: switch to clever revset for more useful information
2011-05-05 Augie Fackler hgrc: add utip alias for finding upstream tip
2010-08-16 Augie Fackler xmonad: gnome-friendly configuration
2011-06-10 Augie Fackler emacs bootstrap: moved my personal elpa archive
2011-06-10 Augie Fackler hg: stop defining hostfingerprints now that ssl config works for me
2010-03-07 Augie Fackler hg: always enable remotebranches extension
2011-06-10 Augie Fackler hgrc: enable new http support if available
2011-05-05 Augie Fackler hgrc: two useful aliases for working copy history
2011-04-13 Augie Fackler hgrc: upstream bookmarks alias
2011-03-19 Augie Fackler compilation mode: handle mercurial check-code output
2011-03-19 Augie Fackler python: remove PYTHONSTARTUP since I never use it and it breaks pypy
2011-03-01 Augie Fackler zsh _hg: correctly complete bookmarks from hg 1.8 and later