Skip to content

Commit 535db5d

Browse files
committed
tweak(calendar): set the default date style to ISO
1 parent e88f508 commit 535db5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/me-builtin.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,6 +1143,7 @@ Typing these will trigger reindentation of the current line.")
11431143

11441144
(use-package calendar
11451145
:custom
1146+
(calendar-date-style 'iso) ; year/month/day
11461147
(calendar-week-start-day 1)) ; Week starts on Monday
11471148

11481149
(use-package frame

0 commit comments

Comments
 (0)