aboutsummaryrefslogtreecommitdiff
path: root/module/datetime.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/datetime.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 'module/datetime.scm')
-rw-r--r--module/datetime.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/datetime.scm b/module/datetime.scm
index a0b1e533..5a821afb 100644
--- a/module/datetime.scm
+++ b/module/datetime.scm
@@ -49,9 +49,8 @@
;;; Configuration
(define-public week-start (make-parameter sun))
-
(define-config week-start sun
- "First day of week"
+ description: "First day of week"
pre: (ensure (lambda (x) (<= sun x sat)))
post: week-start)