Add world clock settings

This commit is contained in:
Marcus Kammer 2024-03-11 15:55:05 +01:00
parent 89d69a80a9
commit e9c364a98a

View file

@ -134,3 +134,14 @@
doom-themes-enable-italic t))
(add-hook 'text-mode-hook 'flyspell-mode)
(setq world-clock-time-format "%a %d %b %R %Z")
(setq world-clock-list
'(("America/Los_Angeles" "Seattle")
("America/New_York" "New York")
("Europe/London" "London")
("Europe/Paris" "Paris")
("Europe/Sofia" "Sofia")
("Asia/Calcutta" "Bangalore")
("Asia/Tokyo" "Tokyo")))