From 08ea3dcde8c0322402e0838a424bed418a71edd1 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 10 Jun 2021 19:59:37 +0200 Subject: Change first day of week --- gui/conf/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/conf/init.el') diff --git a/gui/conf/init.el b/gui/conf/init.el index 2c23cc7..2c04ee1 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -241,6 +241,7 @@ (use-package calfw :ensure t :custom + (calendar-week-start-day 1) (calendar-holidays nil) (cfw:org-face-agenda-item-foreground-color "#F2F2F2") (cfw:face-item-separator-color "#080808") -- cgit v1.2.3