diff options
| author | Craig Jennings <c@cjennings.net> | 2025-05-24 12:51:26 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-05-24 12:51:26 -0500 |
| commit | 4fb9a243867743cb2bda196902d8341f633dcf92 (patch) | |
| tree | 5e2c24a4119433a41f02a141901a1d635a12757f /modules/system-utils.el | |
| parent | 6fa944e9ff14acd3e7c1228beaca681c173c2f3a (diff) | |
| download | dotemacs-4fb9a243867743cb2bda196902d8341f633dcf92.tar.gz dotemacs-4fb9a243867743cb2bda196902d8341f633dcf92.zip | |
additional cities in world clock
Diffstat (limited to 'modules/system-utils.el')
| -rw-r--r-- | modules/system-utils.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/system-utils.el b/modules/system-utils.el index c88f08bde..82e195e33 100644 --- a/modules/system-utils.el +++ b/modules/system-utils.el @@ -3,7 +3,7 @@ ;;; Commentary: -;;; Code: +g;;; Code: (use-package disable-mouse :config @@ -187,11 +187,11 @@ Don't automatically display output buffers, but keep them in buffer list." :config (setq world-clock-list '(("Pacific/Honolulu" " Honolulu") - ("America/Los_Angeles" " San Francisco") + ("America/Los_Angeles" " San Francisco, Los Angeles") ("America/Chicago" " New Orleans, Chicago") - ("America/New_York" " New York") + ("America/New_York" " New York, Boston") ("Etc/UTC" " UTC ====================================") - ("Europe/London" " London") + ("Europe/London" " London, Lisbon") ("Europe/Paris" " Paris, Berlin, Rome, Barcelona") ("Europe/Athens" " Athens, Istanbul, Kyiv, Moscow, Tel Aviv") ("Asia/Yerevan" " Yerevan") |
