--- 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
--- 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
--- 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)
--- 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
--- 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