From 2698f1c3182b77dbfb532d3799539395d160c9b4 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 7 May 2022 16:11:42 -0400 Subject: [PATCH] * .emacs.d/init.el: Extend zoneinfo-style-world-list. --- .emacs.d/init.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index fdc7a33..8836a1b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -341,7 +341,12 @@ This sets each user option VAR's value to the corresponding VALUE. display-time-mail-icon '(image :type xpm :file "gnus/gnus-pointer.xpm" :ascent center) - display-time-use-mail-icon t) + display-time-use-mail-icon t + zoneinfo-style-world-list + `(,@zoneinfo-style-world-list + ("Etc/UTC" "UTC") + ("Asia/Tehran" "Tehran") + ("Australia/Melbourne" "Melbourne"))) (display-time-mode)) (run-with-idle-timer 0.1 nil #'require 'battery) -- 2.20.1