summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs/custom/fcuny-ui.el9
1 files changed, 6 insertions, 3 deletions
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"))