aboutsummaryrefslogtreecommitdiff
path: root/doc
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 /doc
parentfac6720737e25688760621dfc0e1e5d483ef2f1f (diff)
downloadconsfigurator-d39ccc1403762b19b9966493342867b115294a2e.tar.gz
add and use :CONSFIGURATOR named readtable
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc')
-rw-r--r--doc/ideas.rst4
-rw-r--r--doc/introduction.rst2
2 files changed, 1 insertions, 5 deletions
diff --git a/doc/ideas.rst b/doc/ideas.rst
index f4f9947..86886f7 100644
--- a/doc/ideas.rst
+++ b/doc/ideas.rst
@@ -76,7 +76,3 @@ Project & packaging
- Define a semantics for version numbers (probably just like Propellor's),
start keeping a NEWS file, move from Debian experimental to unstable,
start actually announcing releases to sgo-software-announce.
-
-- Provide a ``:consfigurator`` named readtable which enables both CL-INTERPOL
- and CL-HEREDOC syntax. Use it in all source files, and for users in their
- consfigs.
diff --git a/doc/introduction.rst b/doc/introduction.rst
index 5de0185..6931ac9 100644
--- a/doc/introduction.rst
+++ b/doc/introduction.rst
@@ -35,7 +35,7 @@ Try it out / quick start
(in-package :com.example.consfig)
(in-consfig "com.example.consfig")
- (named-readtables:in-readtable :interpol-syntax)
+ (named-readtables:in-readtable :consfigurator)
(try-register-data-source
:pgp :location #P"/path/to/com.example.consfig.gpg")