Mercurial > dotfiles
graph
-
emacs: use aspell for spell checking2011-12-12, by Augie Fackler
-
go-mode-hook: disable tabs highlighting, enable tab indentation2011-08-02, by Augie Fackler
-
hgrc: remove [hooks] since it's entirely commented out2011-11-02, by Augie Fackler
-
xmonad: add takeTopFocus logHook2011-11-02, by Augie Fackler
-
hg: new egrep alias2011-11-02, by Augie Fackler
-
emacs: enable narrow-to-region2011-11-02, by Augie Fackler
-
emacs: require js2-mode, since autoload seems to fail for it2011-11-02, by Augie Fackler
-
wcroot: use git to directly find repo root.2011-06-17, by Augie Fackler
-
hgrc: move opendiff support to another file to stop breaking merge on linux2010-08-16, by Augie Fackler
-
opendiff-w: safer sanity check for opendiff2010-08-16, by Augie Fackler
-
emacs: disable vc backends for a little speed improvement2011-03-22, by Augie Fackler
-
emacs java: adjustments from actual java hackery2011-06-13, by Augie Fackler
-
c++: enable tab completion2011-01-13, by Augie Fackler
-
shell env: export some less options2011-03-22, by Augie Fackler
-
zsh: support for editing current command in $EDTIOR2011-01-13, by Augie Fackler
-
vcs_current_branch: use 'hg parents --template' instead of just 'hg parents'2011-05-05, by Augie Fackler
-
hg funcs: rename mq-snapshot to appease bash2010-05-17, by Augie Fackler
-
hgrc: stop defaulting to compact style outside of ll2011-04-13, by Augie Fackler
-
hg ll: switch to clever revset for more useful information2011-06-13, by Augie Fackler
-
hgrc: add utip alias for finding upstream tip2011-05-05, by Augie Fackler
-
xmonad: gnome-friendly configuration2010-08-16, by Augie Fackler
-
emacs bootstrap: moved my personal elpa archive2011-06-10, by Augie Fackler
-
hg: stop defining hostfingerprints now that ssl config works for me2011-06-10, by Augie Fackler
-
hg: always enable remotebranches extension2010-03-07, by Augie Fackler
-
hgrc: enable new http support if available2011-06-10, by Augie Fackler
-
hgrc: two useful aliases for working copy history2011-05-05, by Augie Fackler
-
hgrc: upstream bookmarks alias2011-04-13, by Augie Fackler
-
compilation mode: handle mercurial check-code output2011-03-19, by Augie Fackler
-
python: remove PYTHONSTARTUP since I never use it and it breaks pypy2011-03-19, by Augie Fackler
-
zsh _hg: correctly complete bookmarks from hg 1.8 and later2011-03-01, by Augie Fackler
-
hgrc: Add hostfingerprint entry for googlecode.com.2011-03-01, by Augie Fackler
-
emacs: slightly better window-width resizing behavior2011-02-24, by Lucas Bergman
-
emacs: function to set window width interactively2011-02-23, by Augie Fackler
-
emacs: use smex as a replacement for execute-extended-command2010-12-18, by Augie Fackler
-
hg-email-reply-selected-flags: new script to automate patchbomb replies2010-12-05, by Augie Fackler
-
git-functions: add a couple of handy aliases2010-11-29, by Augie Fackler
-
update-source-trees: git fetch all remotes instead of doing git pull origin master2010-10-16, by Augie Fackler
-
hg-rebase-all: corrected wc cleanliness check2010-10-12, by Augie Fackler
-
hg-rebase-all: fix bogus loop2010-10-09, by Augie Fackler
-
hgrc: remove bogus default of gitweb2010-10-09, by Augie Fackler
-
zfun: import newer _hg for improved hg completions2010-10-09, by Augie Fackler
-
hg-rebase-all: new function to rebase all bookmarked revisions2010-10-09, by Augie Fackler
-
apply-patchbomb: clean up imports and improve exit status2010-10-05, by Augie Fackler
-
hgrc: update reference to histedit2010-10-05, by Augie Fackler
-
Merge2010-09-20, by Augie Fackler
-
modes: enable Go mode if it can be found2010-09-20, by Augie Fackler
-
af-no-clean-whitespace: make interactive for easy disabling when it is just noise.2010-09-20, by Augie Fackler
-
Drop pdb++ since it was breaking hg tests.2010-09-06, by Augie Fackler
-
emacs gui: move gui initialization code to a function2010-09-08, by Augie Fackler
-
emacs: require magit2010-09-08, by Augie Fackler
-
emacs bootstrap: record setup command for sanity2010-09-08, by Augie Fackler
-
emacs: make diff-mode mq-aware2010-08-15, by Augie Fackler
-
emacs: move colors to their own file and migrate to whitespace from wspace2010-08-15, by Augie Fackler
-
emacs requires: cleanup and organize a little2010-08-15, by Augie Fackler
-
Add an applescript I use to archive messages in Mail.app2010-08-15, by Augie Fackler
-
emacs: move package bootstrap to its own file2010-02-14, by Augie Fackler
-
compilation: adjust regexp for hg tracebacks2010-05-05, by Augie Fackler
-
emacs: add compilation-mode regexp for hg test tracebacks2010-05-13, by Augie Fackler
-
emacs: use package.el to bootstrap instead of checking in all needed libs2010-02-14, by Augie Fackler
-
shell.d: split hg and git functions out of vcs functions2010-05-17, by Augie Fackler
-
hgignore: ignore Applications as well2010-05-17, by Augie Fackler
-
Merge2010-05-12, by Augie Fackler
-
emacs localfuncs: add list rotation and string-joining functions I sometimes use2010-05-11, by Augie Fackler
-
hgrc: look for a machine-specific hgrc as well2010-05-11, by Augie Fackler
-
hgrc: enable track.current for bookmarks2010-05-05, by Augie Fackler
-
vcs funcs: tools for verifying hg or git repos, packing git repos2010-05-03, by Augie Fackler
-
emacs: only set background color if in a window-system2010-05-03, by Augie Fackler
-
modes: handle annotations better2010-04-13, by Augie Fackler
-
emacs: stop loading temp. files when walking settings2010-04-13, by Augie Fackler
-
vcs-functions: add mq-snapshot2010-04-13, by Augie Fackler
-
Track xmobarrc2010-04-13, by Augie Fackler
-
Merge2010-04-06, by Augie Fackler
-
opendiff-w: exit with error if filemerge is not properly installed2010-04-06, by Augie Fackler
-
xmonad: tweak layout to include xmobar2010-04-06, by Augie Fackler
-
git-next-unmerged-file: also include "both modified" files2010-04-06, by Augie Fackler
-
emacs: let ipython know we have a dark background2010-04-06, by Augie Fackler
-
emacs: better magit diff faces2010-04-06, by Augie Fackler
-
emacs: enable column-number-mode2010-04-06, by Augie Fackler
-
hgignore: add a dir that gets missed by the insane regex2010-04-06, by Augie Fackler
-
emacs: switch ways of defining M-backsp2010-03-07, by Augie Fackler
-
emacs: disable whitespace-cleanup in makefiles, highlight tabs in makefiles2010-03-07, by Augie Fackler
-
localfuncs: add tool for running check-code on hg2010-02-24, by Augie Fackler
-
hgrc: no black on black for qseries2010-02-08, by Augie Fackler
-
hgrc: enable progress bars2010-02-14, by Augie Fackler
-
apply-patchbomb: script to apply patchbomb from selected messages in Mail.app.2010-01-30, by Augie Fackler
-
update-source-trees: recurse to find all VCS working copies2010-01-26, by Augie Fackler
-
global ignores: never track .noseids2010-01-26, by Augie Fackler
-
zsh prompt: unset basically everything if in tramp2010-01-28, by Augie Fackler
-
xmonad: add another layout, fix terminal colors, add screensaver lock binding2010-01-13, by Augie Fackler
-
emacs localfuncs: add advice for ido to avoid blocking in flex matching2010-01-13, by Augie Fackler
-
zsh prompt: detabify2010-01-13, by Augie Fackler
-
zsh prompt: add urxvt to whitelisted terms, use a loop instead of many ifs2010-01-13, by Augie Fackler
-
emacs keybindings: f5 for diff-apply-hunk2010-01-13, by Augie Fackler
-
Add xmonad configuration file.2010-01-08, by Augie Fackler
-
python-mode: apply patch from the python-mode list to fix triplequotes.2009-12-17, by Augie Fackler
-
python-mode: updating to current bzr version2009-12-17, by Augie Fackler
-
Merge2009-12-17, by Augie Fackler
-
emacs: different font height on OS X2009-12-17, by Augie Fackler
-
textmate: do not trust cached project root of $HOME2009-12-17, by Augie Fackler
-
hg: enable schemes extension2009-12-17, by Augie Fackler
-
ez-svn-sync: add usage help2009-12-16, by Augie Fackler
-
emacs: bind f3 to next-error2009-12-16, by Augie Fackler
-
vcs functions: refer to hgsubversion by the real name2009-12-16, by Augie Fackler
-
emacs: scrollbars on the right2009-12-14, by Augie Fackler
-
emacs: Really hide the toolbar.2009-12-09, by Augie Fackler
-
Add screen_away irssi script.2009-11-25, by Augie Fackler
-
zsh/bash: change default timezome2009-11-05, by Augie Fackler
-
aliases: no real reason to make vi vim at this point2009-11-05, by Augie Fackler
-
Merge2009-11-24, by Augie Fackler
-
Add script to enable emacs keybindings in gtk2009-11-24, by Augie Fackler
-
preferences: use y-or-n-p instead of yes-or-no-p2009-11-24, by Augie Fackler
-
localfuncs: smart multi-vcs diff command2009-11-24, by Augie Fackler
-
textmate.el: bring in upstream changes2009-11-24, by Augie Fackler
-
vcs_functions: add a function to grab the path of the next unmerged file from git2009-11-24, by Augie Fackler
-
emacs: mark the location of one of my sources2009-11-24, by Augie Fackler
-
emacs preferences: set a text height so linux doesn't get ideas.2009-10-09, by Augie Fackler
-
Merge2009-10-10, by Augie Fackler
-
textmate.el: update to latest version2009-10-10, by Augie Fackler
-
.elisp: Make textmate-goto-symbol always recompute function locations.2009-10-08, by Augie Fackler
-
textmate: override project root definitions2009-09-28, by Augie Fackler