lisprc @ 87eadbc9344d

Please end my life
author Steve Losh <steve@stevelosh.com>
date Wed, 24 Apr 2019 20:58:18 -0700
parents 7d4add588cc3
children 9ab8e17039d6
#-quicklisp
(let ((quicklisp-init (merge-pathnames ".quicklisp/setup.lisp" (user-homedir-pathname))))
  (when (probe-file quicklisp-init)
    (load quicklisp-init)))

(defun :ls (package)
  (do-external-symbols (s package)
    (print s)))

(setf *print-pretty* t
      *print-escape* t
      *print-right-margin* 100
      *print-miser-width* nil
      *print-length* 1000
      *print-level* 250)