summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2023-08-12 23:20:16 +0100
committerjao <jao@gnu.org>2023-08-12 23:20:16 +0100
commit05ff465229236803da3dedf4857e745e8e6cd901 (patch)
tree744745f11c66d48c153555b61b1f6d74b29c54a9
parent62998232343e8de492cd4f38c29fa61948b6fa65 (diff)
downloadelibs-05ff465229236803da3dedf4857e745e8e6cd901.tar.gz
elibs-05ff465229236803da3dedf4857e745e8e6cd901.tar.bz2
calendar: week start day
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 00669c3..7472488 100644
--- a/init.el
+++ b/init.el
@@ -607,6 +607,7 @@
calendar-longitude -3.1883
calendar-location-name "Edinburgh, Scotland"
calendar-mark-diary-entries-flag t
+ calendar-week-start-day 1 ;; 0 sunday
calendar-date-echo-text '(format "ISO date: %s"
(calendar-iso-date-string
(list month day year))))