Change the world clock list
This commit is contained in:
parent
9a6a9fcbf8
commit
c8ba0ce0ca
9
init.el
9
init.el
@ -2949,6 +2949,15 @@ one of the normal rainbow-delimiters-depth-N-face faces."
|
|||||||
(projects . 5)
|
(projects . 5)
|
||||||
(bookmarks . 5))))
|
(bookmarks . 5))))
|
||||||
|
|
||||||
|
;; world clocks
|
||||||
|
(setq zoneinfo-style-world-list
|
||||||
|
'(("America/Los_Angeles" "California")
|
||||||
|
("Asia/Tokyo" "Tokyo")
|
||||||
|
("America/New_York" "New York")
|
||||||
|
("Europe/London" "London")
|
||||||
|
("Europe/Paris" "Paris")
|
||||||
|
("Asia/Calcutta" "Bangalore")))
|
||||||
|
|
||||||
;; page break lines
|
;; page break lines
|
||||||
(use-package page-break-lines
|
(use-package page-break-lines
|
||||||
:config
|
:config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user