# HG changeset patch # User Steve Losh # Date 1508018216 14400 # Node ID 07fbabc1f02d9ee439cc76dad92d5d42a9b129f3 # Parent 6e6277efc27e6cfc2a7e4b8db3815d5d2a1716e5 Expunge Roswell diff -r 6e6277efc27e -r 07fbabc1f02d bin/code-to-pdf --- a/bin/code-to-pdf Mon Oct 09 21:20:31 2017 -0400 +++ b/bin/code-to-pdf Sat Oct 14 17:56:56 2017 -0400 @@ -3,7 +3,7 @@ TITLE="$1" shift -enscript -1 --media=A4 \ +enscript -1 --media=Letter \ --toc \ --header '%H - $N | | page $% of $= in file $v' \ --font "Menlo-Regular@8.5" \ diff -r 6e6277efc27e -r 07fbabc1f02d bin/sbcl-rlwrap --- a/bin/sbcl-rlwrap Mon Oct 09 21:20:31 2017 -0400 +++ b/bin/sbcl-rlwrap Sat Oct 14 17:56:56 2017 -0400 @@ -1,4 +1,4 @@ #!/usr/bin/env bash set -e -rlwrap --histsize 1000 --history-filename "$HOME/.rlwrap-lisp-history" -- ros -L sbcl run -l ~/.sbclrc -- --dynamic-space-size 4000 "$@" +rlwrap --histsize 1000 --history-filename "$HOME/.rlwrap-lisp-history" -- /usr/local/bin/sbcl --noinform --dynamic-space-size 4000 "$@" diff -r 6e6277efc27e -r 07fbabc1f02d sbclrc --- a/sbclrc Mon Oct 09 21:20:31 2017 -0400 +++ b/sbclrc Sat Oct 14 17:56:56 2017 -0400 @@ -1,10 +1,10 @@ -;;; The following lines added by ql:add-to-init-file: -; #-quicklisp -; (let ((quicklisp-init (merge-pathnames ".quicklisp/setup.lisp" -; (user-homedir-pathname)))) -; (when (probe-file quicklisp-init) -; (load quicklisp-init))) -;;; +;; The following lines added by ql:add-to-init-file: + #-quicklisp + (let ((quicklisp-init (merge-pathnames ".quicklisp/setup.lisp" + (user-homedir-pathname)))) + (when (probe-file quicklisp-init) + (load quicklisp-init))) +;; ; (pushnew "~/lib/asdf/" asdf:*central-registry* :test #'equal) diff -r 6e6277efc27e -r 07fbabc1f02d vim/vimrc --- a/vim/vimrc Mon Oct 09 21:20:31 2017 -0400 +++ b/vim/vimrc Sat Oct 14 17:56:56 2017 -0400 @@ -272,6 +272,8 @@ silent! digr -. 8230 "U+2026=… HORIZONTAL ELLIPSIS silent! digr !, 8816 "U+2270=≰ NEITHER LESS-THAN NOR EQUAL TO silent! digr !. 8817 "U+2271=≱ NEITHER GREATER-THAN NOR EQUAL TO +silent! digr xs 8339 "U+2093=ₓ SUBSCRIPT X + " }}} " Convenience mappings ---------------------------------------------------- {{{