From a373b10bdec204d2e46cc171162970ade428fe1d Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 22 Feb 2021 14:32:11 -0700 Subject: add useful features to sample consfig Signed-off-by: Sean Whitton --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 2e4ae59..03f7c7f 100644 --- a/README.rst +++ b/README.rst @@ -73,7 +73,7 @@ Quick start / introduction (asdf:defsystem :com.example.consfig :serial t - :depends-on (#:consfigurator) + :depends-on (#:consfigurator #:cl-interpol) :components ((:file "package") (:file "consfig"))) @@ -90,8 +90,11 @@ Quick start / introduction ~/common-lisp/consfig/consfig.lisp:: (in-package :com.example.consfig) - (in-consfig :com.example.consfig) + (named-readtables:in-readtable :interpol-syntax) + + ;; (try-register-data-source + ;; :pgp :location #P"/path/to/com.example.consfig.gpg") (defhost athena.example.com "Web and file server." -- cgit v1.2.3