Change default calendar time zone style to numeric

I do not know all time zone abbreviations, but I can handle numbers :)
This commit is contained in:
Daniel - 2022-05-15 17:13:07 +02:00
parent cee89f4ef8
commit b8313453d4
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 0 deletions

View File

@ -524,6 +524,7 @@
(use-package calender (use-package calender
:init (setq calendar-date-style 'iso :init (setq calendar-date-style 'iso
calendar-time-zone-style 'numeric
calendar-week-start-day 1 ; Monday calendar-week-start-day 1 ; Monday
calendar-bahai-all-holidays-flag nil calendar-bahai-all-holidays-flag nil
calendar-chinese-all-holidays-flag nil calendar-chinese-all-holidays-flag nil