From 8b397e05a8e80b5d50cdbf94d8858c617c5ebafd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 12 Aug 2020 01:06:39 +0200 Subject: Massivly simplify config internals. --- module/vcomponent.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/vcomponent.scm') diff --git a/module/vcomponent.scm b/module/vcomponent.scm index 1272cea1..66b72162 100644 --- a/module/vcomponent.scm +++ b/module/vcomponent.scm @@ -11,7 +11,7 @@ (vcomponent instance methods)) (define-config calendar-files '() - "Which files to parse. Takes a list of paths or a single string which will be globbed." + description: "Which files to parse. Takes a list of paths or a single string which will be globbed." pre: (lambda (v) (cond [(list? v) v] [(string? v) ((@ (glob) glob) v)] -- cgit v1.2.3