# HG changeset patch # User Steve Losh # Date 1577493666 0 # Node ID 99c33b39e53da54867500e05550a8c6053eca6c3 # Parent 24019e3c7df76c96f46bffd0e712ccc46af40014# Parent 1790650ca7326a5bccd9cf8f88138c6a808c84cc Merge. diff -r 24019e3c7df7 -r 99c33b39e53d .hgignore --- a/.hgignore Sat Dec 28 00:40:58 2019 +0000 +++ b/.hgignore Sat Dec 28 00:41:06 2019 +0000 @@ -47,3 +47,4 @@ go/bin lisp/man mutt/accounts +weechat/plugins.conf diff -r 24019e3c7df7 -r 99c33b39e53d bin/heading --- a/bin/heading Sat Dec 28 00:40:58 2019 +0000 +++ b/bin/heading Sat Dec 28 00:41:06 2019 +0000 @@ -4,5 +4,5 @@ shift echo -toilet -t -F gay:crop -f "$FONT" "$@" +toilet -k -t -F gay:crop -f "$FONT" "$@" echo diff -r 24019e3c7df7 -r 99c33b39e53d fish/config.fish --- a/fish/config.fish Sat Dec 28 00:40:58 2019 +0000 +++ b/fish/config.fish Sat Dec 28 00:41:06 2019 +0000 @@ -12,7 +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 essh; nvim ~/.ssh/config; end function ev; nvim ~/.vimrc; end function js; cd ~/scratch; end diff -r 24019e3c7df7 -r 99c33b39e53d lispwords diff -r 24019e3c7df7 -r 99c33b39e53d vim/vimrc --- a/vim/vimrc Sat Dec 28 00:40:58 2019 +0000 +++ b/vim/vimrc Sat Dec 28 00:41:06 2019 +0000 @@ -1002,6 +1002,7 @@ setlocal lispwords+=->> setlocal lispwords+=-<> setlocal lispwords+=-<>> + setlocal lispwords+=_ " alexandria setlocal lispwords+=define-constant diff -r 24019e3c7df7 -r 99c33b39e53d weechat/plugins.conf --- a/weechat/plugins.conf Sat Dec 28 00:40:58 2019 +0000 +++ /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