Add world timezone to #emacs config
This commit is contained in:
@ -182,3 +182,11 @@
|
||||
(if (derived-mode-p 'mpdel-playlist-current-playlist-mode)
|
||||
(libmpdel-play-song (navigel-entity-at-point))
|
||||
(mpdel-core-insert-current-playlist)))
|
||||
|
||||
;; findout timezone location strings at http://worldtime.io
|
||||
(setq display-time-world-list '(("America/Los_Angeles" "San Francisco")
|
||||
("America/Tegucigalpa" "Tegucigalpa")
|
||||
("America/New_York" "New York")
|
||||
("Europe/London" "London")
|
||||
("Europe/Warsaw" "Warsaw")
|
||||
("Europe/Kiev" "Lviv")))
|
||||
|
||||
Reference in New Issue
Block a user