dbdc482505c1

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 26 Dec 2019 10:39:26 -0500
parents 57f3131c232a (diff) 7c8e9659a1c5 (current diff)
children deea0d6d9ac4
branches/tags (none)
files fish/config.fish lispwords vim/vimrc

Changes

--- a/bin/heading	Tue Dec 24 13:49:47 2019 -0500
+++ b/bin/heading	Thu Dec 26 10:39:26 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	Tue Dec 24 13:49:47 2019 -0500
+++ b/fish/config.fish	Thu Dec 26 10:39:26 2019 -0500
@@ -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
--- a/vim/vimrc	Tue Dec 24 13:49:47 2019 -0500
+++ b/vim/vimrc	Thu Dec 26 10:39:26 2019 -0500
@@ -1002,6 +1002,7 @@
     setlocal lispwords+=->>
     setlocal lispwords+=-<>
     setlocal lispwords+=-<>>
+    setlocal lispwords+=_
 
     " alexandria
     setlocal lispwords+=define-constant
--- a/weechat/plugins.conf	Tue Dec 24 13:49:47 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