commit a3d8320d0ec9fe66fd03437dbf11f46243c2d6c1 parent f66912cf6669070141db8f2f58210628641e1080 Author: dwrz <dwrz@dwrz.net> Date: Sat, 8 Jul 2023 15:20:37 +0000 Set emacs calendar style to iso Diffstat:
M | emacs/init.el | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/emacs/init.el b/emacs/init.el @@ -96,6 +96,7 @@ (with-eval-after-load 'calendar (setq calendar-chinese-all-holidays-flag t + calendar-date-style 'iso calendar-week-start-day 1 diary-file "~/org/diary.org"))