aboutsummaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-20 12:39:58 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-20 12:42:18 -0700
commitd39ccc1403762b19b9966493342867b115294a2e (patch)
tree44e583ad3400a450f3a58e28516e9ae098d16e6c /src/data
parentfac6720737e25688760621dfc0e1e5d483ef2f1f (diff)
downloadconsfigurator-d39ccc1403762b19b9966493342867b115294a2e.tar.gz
add and use :CONSFIGURATOR named readtable
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/data')
-rw-r--r--src/data/asdf.lisp1
-rw-r--r--src/data/pgp.lisp1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/data/asdf.lisp b/src/data/asdf.lisp
index dc05d58..2d61c49 100644
--- a/src/data/asdf.lisp
+++ b/src/data/asdf.lisp
@@ -16,6 +16,7 @@
;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
(in-package :consfigurator.data.asdf)
+(named-readtables:in-readtable :consfigurator)
;; could we have both :asdf-monolithic and :asdf-something_else where in the
;; latter we filter out the names of systems already known to be available on
diff --git a/src/data/pgp.lisp b/src/data/pgp.lisp
index 0324177..51e8a2d 100644
--- a/src/data/pgp.lisp
+++ b/src/data/pgp.lisp
@@ -16,6 +16,7 @@
;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
(in-package :consfigurator.data.pgp)
+(named-readtables:in-readtable :consfigurator)
;; Simple PGP-encrypted file source of prerequisite data