From c8ba0ce0cae74cb9cf1daabb1210b306f9f697eb Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Fri, 7 Feb 2025 00:27:06 -0800 Subject: [PATCH] Change the world clock list --- init.el | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/init.el b/init.el index 8471b28..618d255 100644 --- a/init.el +++ b/init.el @@ -2949,6 +2949,15 @@ one of the normal rainbow-delimiters-depth-N-face faces." (projects . 5) (bookmarks . 5)))) +;; world clocks +(setq zoneinfo-style-world-list + '(("America/Los_Angeles" "California") + ("Asia/Tokyo" "Tokyo") + ("America/New_York" "New York") + ("Europe/London" "London") + ("Europe/Paris" "Paris") + ("Asia/Calcutta" "Bangalore"))) + ;; page break lines (use-package page-break-lines :config