log

age author description
2018-03-19 Augie Fackler hgrc: replace unstable() with orphan()
2017-10-09 Augie Fackler hgignore: ignore some more directories things insist on creating
2017-10-04 Augie Fackler hg-hacking-tools: place to collect shell functions to make hg hacking easier
2017-09-30 Augie Fackler smailq: fix mode
2017-09-30 Augie Fackler env: disable colors in hg testrunner output
2017-09-30 Augie Fackler compilation tweaks: tried and failed to fix hg compilation stuff
2017-08-31 Augie Fackler hgimp: add hglib path
2017-07-26 Augie Fackler emacs: add f2 as a binding for other-window
2017-07-15 Augie Fackler shell.d: add script to set some environment variables for openssl
2017-07-15 Augie Fackler customize: emacs decided this list needed to be reordered
2017-07-15 Augie Fackler customze: include toml-mode
2017-07-15 Augie Fackler smailq: vendor script to ease handling outgoing mail
2016-11-29 Augie Fackler textmate.el: make sure hg is run with HGPLAIN
2016-11-29 Augie Fackler textmate.el: set default-directory instead of adding a 'cd' command
2017-06-19 Augie Fackler havepatch: always import hg libs from the hg we're using
2017-06-19 Augie Fackler havepatch: sort stdlib imports
2017-06-19 Augie Fackler emacs: adjust split-height-threshold
2017-06-19 Augie Fackler tramp: tweak auto-save and backup file behavior for performance
2017-04-28 Augie Fackler emacs: two new keyboard macros for hg reviews
2017-04-28 Augie Fackler hgrc: set ui.interface to text to avoid any use of curses
2017-04-28 Augie Fackler modes: try and clean up python indentation a bit
2016-03-15 Augie Fackler colors: move some magit and monky colors into customize
2016-11-29 Augie Fackler packages: drop a few emacs packages
2016-11-29 Augie Fackler custom: emacs really wants these sorted, so capitulate
2016-11-29 Augie Fackler custom: package.el dropped some stuff in here
2016-11-29 Augie Fackler custom: disable magit-auto-revert-mode
2016-11-29 Augie Fackler custom: reformat custom-safe-themes
2016-11-29 Augie Fackler custom: reformat sml/replacer-regexp-list
2016-11-29 Augie Fackler rust: drop RUST_SRC_PATH now that rustup handles rust stdlib sources
2016-11-29 Augie Fackler emacs: call package-initialize in .emacs
2016-11-29 Augie Fackler emacs: bind f4 to a smarter command in .t files
2016-10-08 Augie Fackler make-greek-tree: update reference to the upstream ASCII art diagram
2016-10-08 Augie Fackler rust: automatically discover the rust sources installed by rustup
2016-08-09 Augie Fackler distnoted-reaper.sh: new script to clean up a runaway distnoted
2016-09-11 Augie Fackler emacs: rustfmt on saving a rust file
2016-08-09 Augie Fackler Dump obsolete script.
2016-02-01 Augie Fackler tramp: use bash on a FreeBSD machine
2016-08-04 Augie Fackler emacs: customize a restructuredtext color
2016-08-04 Augie Fackler emacs: auto-revert remote files
2016-02-01 Augie Fackler emacs: import customize state
2014-12-22 Augie Fackler emacs: start using smart-modeline and rich-minority
2016-08-04 Augie Fackler af{copy,paste}: scripts so I can copy/paste with pipes across platforms
2016-08-04 Augie Fackler hg: enable gpg extension
2015-10-24 Augie Fackler editors: add ee alias for emacsclient with blocking
2015-10-24 Augie Fackler ignore: also ignore share in home dir
2016-07-11 Augie Fackler hgrc: enable share extension
2016-08-01 Augie Fackler textmate.el: use `hg locate` instead of `hg manifest`
2016-07-28 Augie Fackler common_env: add pip --user paths on OS X to PATH
2016-04-27 Augie Fackler emacs: disable "helpful" magit modes
2016-04-05 Augie Fackler make-greek-tree: import shell script I've used on and off for years
2016-07-19 Augie Fackler hg: add an indicator of ellipsis nodes to sl output
2016-07-19 Augie Fackler hg: refactor sl template to use templatealias for readability
2016-07-26 Augie Fackler emacs f4 dwim: bind rust files to running tests with cargo
2016-06-27 Augie Fackler rust: lots of new configs to make working with rust code easy
2016-07-29 Augie Fackler vcs_functions: avoid putting hg prompt commands in blackbox log
2016-06-27 Augie Fackler shell: stop using PYTHONPATH, because it's a bad idea now