99c33b39e53d

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 28 Dec 2019 00:41:06 +0000
parents 24019e3c7df7 (current diff) 1790650ca732 (diff)
children a47b90b61621
branches/tags (none)
files weechat/plugins.conf

Changes

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