ac6c2e7934da
More
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 06 Dec 2017 11:13:36 -0500 |
parents | 3ab791da6777 |
children | 3277da5053a6 |
branches/tags | (none) |
files | .hgignore lispwords vim/vimrc |
Changes
--- 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
--- 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)
--- 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>