ff8f7c88a814
Merge.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 06 Dec 2019 16:33:11 -0500 |
parents | 7e61dbfc9438 (diff) a97e2a0c01e4 (current diff) |
children | 7c8e9659a1c5 |
branches/tags | (none) |
files | lisp/retry.lisp |
Changes
--- a/fish/config.fish Fri Dec 06 10:42:52 2019 -0500 +++ b/fish/config.fish Fri Dec 06 16:33:11 2019 -0500 @@ -12,6 +12,7 @@ function ei; hg -R ~/src/inventory/ pull -u; and nvim ~/src/inventory/inventory.markdown; and hg -R ~/src/inventory/ ci -m 'Update inventory'; and hg -R ~/src/inventory/ push; end function em; nvim ~/.mutt/muttrc; end function es; nvim ~/.stumpwmrc; end +function esc; nvim ~/.ssh/config; end function ev; nvim ~/.vimrc; end function js; cd ~/scratch; end
--- a/lispwords Fri Dec 06 10:42:52 2019 -0500 +++ b/lispwords Fri Dec 06 16:33:11 2019 -0500 @@ -123,15 +123,18 @@ ; adopt (2 define-interface) (1 make-option) +(1 quit-on-ctrl-c) ; boots (1 make-widget) +; metabang-bind +(1 bind) + ; makerlisp (1 if-lets) (1 lets) (1 macro) -(2 bind) (1 dovec) (1 dolist)