# HG changeset patch # User Steve Losh # Date 1577374740 18000 # Node ID 57f3131c232a2ecdda1d299816e005360ee60a46 # Parent a97e2a0c01e453e44d5d9e041bd3303766fb3be2 More diff -r a97e2a0c01e4 -r 57f3131c232a bin/heading --- a/bin/heading Fri Dec 06 10:42:52 2019 -0500 +++ b/bin/heading Thu Dec 26 10:39:00 2019 -0500 @@ -4,5 +4,5 @@ shift echo -toilet -t -F gay:crop -f "$FONT" "$@" +toilet -k -t -F gay:crop -f "$FONT" "$@" echo diff -r a97e2a0c01e4 -r 57f3131c232a fish/config.fish --- a/fish/config.fish Fri Dec 06 10:42:52 2019 -0500 +++ b/fish/config.fish Thu Dec 26 10:39:00 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 essh; nvim ~/.ssh/config; end function ev; nvim ~/.vimrc; end function js; cd ~/scratch; end diff -r a97e2a0c01e4 -r 57f3131c232a lispwords --- a/lispwords Fri Dec 06 10:42:52 2019 -0500 +++ b/lispwords Thu Dec 26 10:39:00 2019 -0500 @@ -44,7 +44,7 @@ (1 dohash) ; arrows -(1 -> ->> -<> -<>>) +(1 -> ->> -<> -<>> _) ; sketch (1 with-pen with-font) diff -r a97e2a0c01e4 -r 57f3131c232a vim/vimrc --- a/vim/vimrc Fri Dec 06 10:42:52 2019 -0500 +++ b/vim/vimrc Thu Dec 26 10:39:00 2019 -0500 @@ -1002,6 +1002,7 @@ setlocal lispwords+=->> setlocal lispwords+=-<> setlocal lispwords+=-<>> + setlocal lispwords+=_ " alexandria setlocal lispwords+=define-constant diff -r a97e2a0c01e4 -r 57f3131c232a weechat/plugins.conf --- a/weechat/plugins.conf Fri Dec 06 10:42:52 2019 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -/home/sjl/Dropbox/Settings/plugins.conf \ No newline at end of file