summaryrefslogtreecommitdiff
path: root/lib-src/cl-user.lisp
blob: d03676261e19fbd131654eb926d99c3ef7f55562 (plain)
1
2
3
4
5
6
;;; cl-user.lisp --- Personal utilities  -*- mode: consfigurator-lisp -*-
;;; Should be loadable in a variety of implementations.

(in-package :cl-user)
(named-readtables:in-readtable :cl-user)
(set-dispatch-macro-character #\# #\? #'cl-interpol:interpol-reader)