aboutsummaryrefslogtreecommitdiff
path: root/module/html/config.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-12 01:06:39 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-12 01:06:39 +0200
commit8b397e05a8e80b5d50cdbf94d8858c617c5ebafd (patch)
tree0e239ef7c1613b701d4b604149adb2f0f315e4af /module/html/config.scm
parentRemove week-start from (html view calendar) (again?) (diff)
downloadcalp-8b397e05a8e80b5d50cdbf94d8858c617c5ebafd.tar.gz
calp-8b397e05a8e80b5d50cdbf94d8858c617c5ebafd.tar.xz
Massivly simplify config internals.
Diffstat (limited to '')
-rw-r--r--module/html/config.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/html/config.scm b/module/html/config.scm
index 3ae0e1da..03e18db7 100644
--- a/module/html/config.scm
+++ b/module/html/config.scm
@@ -5,7 +5,7 @@
(define-public debug (make-parameter #f))
(define-config debug #f
- "Places the generated thingy in debug mode"
+ description: "Places the generated thingy in debug mode"
post: debug)
@@ -13,6 +13,6 @@
;;; but this works for the time being.
(define-public edit-mode (make-parameter #t))
(define-config edit-mode #t
- "Makes the document editable"
+ description: "Makes the document editable"
post: edit-mode)