changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / etc/skel/.sbclrc

changeset 22: 0a88cdd4bbd5
child: 114fd45076cf
author: ellis <ellis@rwest.io>
date: Tue, 05 Dec 2023 22:00:49 -0500
permissions: -rw-r--r--
description: etc/skel init
1 (in-package :cl-user)
2 (setq *debug-beginner-help-p* nil
3  *print-case* :downcase
4  *print-level* 50
5  *print-length* 200)
6 
7 #-quicklisp
8 (let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp" (user-homedir-pathname))))
9  (when (probe-file quicklisp-init)
10  (load quicklisp-init)))