From a8c1685ace03d4d30915f6375cff6e046eb41dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 2 Mar 2020 00:35:24 +0100 Subject: Made start of week for html configurable. --- config.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.scm') diff --git a/config.scm b/config.scm index ef381bfd..c4996d40 100644 --- a/config.scm +++ b/config.scm @@ -9,7 +9,8 @@ (ice-9 regex) (ice-9 rdelim) (sxml simple) - (glob)) + (glob) + (datetime util)) (calendar-files (glob "~/.local/var/cal/*")) @@ -59,3 +60,5 @@ #f "
" str 'pre "
" 'post))] [else (parse-links str)]))) + +(week-start mon) -- cgit v1.2.3