Add world clock settings
This commit is contained in:
parent
89d69a80a9
commit
e9c364a98a
1 changed files with 11 additions and 0 deletions
|
@ -134,3 +134,14 @@
|
|||
doom-themes-enable-italic t))
|
||||
|
||||
(add-hook 'text-mode-hook 'flyspell-mode)
|
||||
|
||||
(setq world-clock-time-format "%a %d %b %R %Z")
|
||||
|
||||
(setq world-clock-list
|
||||
'(("America/Los_Angeles" "Seattle")
|
||||
("America/New_York" "New York")
|
||||
("Europe/London" "London")
|
||||
("Europe/Paris" "Paris")
|
||||
("Europe/Sofia" "Sofia")
|
||||
("Asia/Calcutta" "Bangalore")
|
||||
("Asia/Tokyo" "Tokyo")))
|
||||
|
|
Loading…
Add table
Reference in a new issue