summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-16 13:52:13 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-16 16:36:17 -0700
commite8a1d650bea8e90d211fd2cd46cc9467a5d3e7d8 (patch)
treed1fe750d7e736ec20648665d7e1275ed5d5abc64 /lib-src
parentb69dcdd3795336422489dea7683da92e67472ba7 (diff)
downloaddotfiles-e8a1d650bea8e90d211fd2cd46cc9467a5d3e7d8.tar.gz
use Consfigurator's readtable for CL-USER, tweak comment
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/cl-user.lisp2
-rw-r--r--lib-src/startup.lisp4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/cl-user.lisp b/lib-src/cl-user.lisp
index d9a6b74d..d0367626 100644
--- a/lib-src/cl-user.lisp
+++ b/lib-src/cl-user.lisp
@@ -1,4 +1,4 @@
-;;; cl-user.lisp --- Personal utilities -*- mode: lisp -*-
+;;; cl-user.lisp --- Personal utilities -*- mode: consfigurator-lisp -*-
;;; Should be loadable in a variety of implementations.
(in-package :cl-user)
diff --git a/lib-src/startup.lisp b/lib-src/startup.lisp
index 917a83a1..fd5d9ed7 100644
--- a/lib-src/startup.lisp
+++ b/lib-src/startup.lisp
@@ -46,10 +46,10 @@
(import (mapcar (lambda (s) (find-symbol (symbol-name s) package))
(cdr cons)))))
- ;; We'll build it up programmatically throughout cl-user.lisp.
+ ;; Idea is to be free to build it up programmatically in cl-user.lisp.
(unless (uiop:symbol-call '#:named-readtables '#:find-readtable :cl-user)
(uiop:symbol-call '#:named-readtables '#:make-readtable :cl-user
- :merge '(:standard)))
+ :merge '(:consfigurator)))
;; Load Swank if we have it in order to update its associations between
;; readtables and packages.