# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1512576816 18000
# Node ID ac6c2e7934da32d7054d3ff2be83798ca3d3594f
# Parent  3ab791da67778c481c3759bda40bf6b170006389
More

diff -r 3ab791da6777 -r ac6c2e7934da .hgignore
--- a/.hgignore	Fri Nov 24 15:05:53 2017 -0500
+++ b/.hgignore	Wed Dec 06 11:13:36 2017 -0500
@@ -43,3 +43,5 @@
 roswell/compile-parenscript
 weechat/slack.cache
 vim/bundle/_wat
+
+mutt/*.cert
diff -r 3ab791da6777 -r ac6c2e7934da lispwords
--- a/lispwords	Fri Nov 24 15:05:53 2017 -0500
+++ b/lispwords	Wed Dec 06 11:13:36 2017 -0500
@@ -98,3 +98,6 @@
 
 ; conspack
 (1 tracking-refs)
+
+; asdf
+(1 test-op)
diff -r 3ab791da6777 -r ac6c2e7934da vim/vimrc
--- a/vim/vimrc	Fri Nov 24 15:05:53 2017 -0500
+++ b/vim/vimrc	Wed Dec 06 11:13:36 2017 -0500
@@ -1196,6 +1196,9 @@
     au FileType lisp setlocal lisp
     au FileType lisp setlocal equalprg=lispindent
 
+    " Fix windows
+    au FileType lisp nnoremap <buffer> <localleader>W <c-w>j<c-w>J<c-w>k<c-w>H
+
     " scratch buffer
     au FileType lisp nnoremap <buffer> <leader><tab> :e scratch.lisp<cr>