46c7c92011de

More
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 25 Dec 2018 23:21:02 -0500
parents f1959eb4c678
children 7bcae6fc1b59
branches/tags (none)
files bin/sbcl man/man1/brows.1 man/man1/cacl.1 vim/custom-dictionary.utf-8.add vim/vimrc weechat/exec.conf weechat/relay.conf

Changes

--- 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 "$@"
--- /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
--- /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
--- 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
--- 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 <buffer> <localleader>e :call vlime#plugin#Compile(vlime#ui#CurTopExpr(v:true))<cr>
-    au FileType lisp nnoremap <buffer> <localleader>f :call vlime#plugin#CompileFile(expand("%:p"))<cr>
+    au FileType lisp nnoremap <buffer> <localleader>f :w<cr>:call vlime#plugin#CompileFile(expand("%:p"))<cr>
     au FileType lisp nnoremap <buffer> <localleader>S :call vlime#plugin#SendToREPL(vlime#ui#CurTopExpr())<cr>
     au FileType lisp nnoremap <buffer> <localleader>i :call vlime#plugin#Inspect(vlime#ui#CurExprOrAtom())<cr>
     au FileType lisp nnoremap <buffer> <nowait> <localleader>I :call vlime#plugin#Inspect()<cr>
--- 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
--- 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]