From 93525a03fcb79f9edea6b2bd809476325efd0dba Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 21 Oct 2021 07:31:53 -0700 Subject: emacs: adjust timezone information --- emacs/custom/fcuny-ui.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'emacs') diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/fcuny-ui.el index 41bbd0f..c71156d 100644 --- a/emacs/custom/fcuny-ui.el +++ b/emacs/custom/fcuny-ui.el @@ -84,14 +84,17 @@ '(("America/Los_Angeles" "Berkeley") ("America/Chicago" "Chicago") ("America/New_York" "New York") + ("Europe/London" "London") ("Europe/Paris" "Paris") - ("Asia/Tokyo" "Tokyo") - ("Asia/Vladivostok" "Vladivostok"))) + ("Asia/Tokyo" "Tokyo"))) + ;; (setq world-clock-list t) ;; (setq world-clock-time-format "%R %z %A %d %B") -;; (setq world-clock-buffer-name "*world-clock*") ; Placement handled by `display-buffer-alist' +;; Placement handled by `display-buffer-alist' +;; (setq world-clock-buffer-name "*world-clock*") ;; (setq world-clock-timer-enable t) ;; (setq world-clock-timer-second 60) + (display-time-mode t) (setq mode-line-percent-position '(-3 "%p")) -- cgit 1.4.1