# HG changeset patch # User Steve Losh # Date 1545798062 18000 # Node ID 46c7c92011decb7e9bafdc20b029325c7c103d03 # Parent f1959eb4c6788ef6960a60dafbb17e9bee650511 More diff -r f1959eb4c678 -r 46c7c92011de bin/sbcl --- a/bin/sbcl Fri Dec 21 21:50:36 2018 -0500 +++ b/bin/sbcl Tue Dec 25 23:21:02 2018 -0500 @@ -1,4 +1,4 @@ #!/usr/bin/env bash set -e -rlwrap-lisp /usr/local/bin/sbcl --noinform "$@" +rlwrap-lisp /usr/local/bin/sbcl --dynamic-space-size 4096 --noinform "$@" diff -r f1959eb4c678 -r 46c7c92011de man/man1/brows.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/man/man1/brows.1 Tue Dec 25 23:21:02 2018 -0500 @@ -0,0 +1,1 @@ +/home/sjl/src/brows/bin/brows.1 \ No newline at end of file diff -r f1959eb4c678 -r 46c7c92011de man/man1/cacl.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/man/man1/cacl.1 Tue Dec 25 23:21:02 2018 -0500 @@ -0,0 +1,1 @@ +/home/sjl/src/cacl/build/cacl.1 \ No newline at end of file diff -r f1959eb4c678 -r 46c7c92011de vim/custom-dictionary.utf-8.add --- a/vim/custom-dictionary.utf-8.add Fri Dec 21 21:50:36 2018 -0500 +++ b/vim/custom-dictionary.utf-8.add Tue Dec 25 23:21:02 2018 -0500 @@ -270,3 +270,4 @@ jQuery deserializes healthchecks +CACL diff -r f1959eb4c678 -r 46c7c92011de vim/vimrc --- a/vim/vimrc Fri Dec 21 21:50:36 2018 -0500 +++ b/vim/vimrc Tue Dec 25 23:21:02 2018 -0500 @@ -2636,7 +2636,7 @@ " Keys for Lisp files au FileType lisp nnoremap e :call vlime#plugin#Compile(vlime#ui#CurTopExpr(v:true)) - au FileType lisp nnoremap f :call vlime#plugin#CompileFile(expand("%:p")) + au FileType lisp nnoremap f :w:call vlime#plugin#CompileFile(expand("%:p")) au FileType lisp nnoremap S :call vlime#plugin#SendToREPL(vlime#ui#CurTopExpr()) au FileType lisp nnoremap i :call vlime#plugin#Inspect(vlime#ui#CurExprOrAtom()) au FileType lisp nnoremap I :call vlime#plugin#Inspect() diff -r f1959eb4c678 -r 46c7c92011de weechat/exec.conf --- a/weechat/exec.conf Fri Dec 21 21:50:36 2018 -0500 +++ b/weechat/exec.conf Tue Dec 25 23:21:02 2018 -0500 @@ -12,6 +12,7 @@ [command] default_options = "" purge_delay = 0 +shell = "sh" [color] flag_finished = lightred diff -r f1959eb4c678 -r 46c7c92011de weechat/relay.conf --- a/weechat/relay.conf Fri Dec 21 21:50:36 2018 -0500 +++ b/weechat/relay.conf Tue Dec 25 23:21:02 2018 -0500 @@ -35,6 +35,8 @@ password = "" ssl_cert_key = "%h/ssl/relay.pem" ssl_priorities = "NORMAL:-VERS-SSL3.0" +totp_secret = "" +totp_window = 0 websocket_allowed_origins = "" [irc]