diff options
author | Franck Cuny <franck@fcuny.net> | 2021-10-21 07:31:53 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-10-21 07:31:53 -0700 |
commit | 93525a03fcb79f9edea6b2bd809476325efd0dba (patch) | |
tree | bf075b87b73a4f789836df48518c1fdd0c33f4fa /emacs | |
parent | emacs: slightly smaller font for linux (diff) | |
download | emacs.d-93525a03fcb79f9edea6b2bd809476325efd0dba.tar.gz |
emacs: adjust timezone information
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-ui.el | 9 |
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")) |