Add world timezone to #emacs config

This commit is contained in:
Colin Powell
2019-11-23 09:34:24 -05:00
parent 54208bd822
commit a69edc22ab
2 changed files with 38 additions and 1 deletions

View File

@ -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")))

View File

@ -181,9 +181,38 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(ansi-color-names-vector
["#2b2a27" "#ff5d38" "#98be65" "#bcd42a" "#51afef" "#c678dd" "#46D9FF" "#ede0ce"])
'(custom-safe-themes
(quote
("cdb3e7a8864cede434b168c9a060bf853eeb5b3f9f758310d2a2e23be41a24ae" "70cc30fd9d27a8d0d3ae82974ac2c409fd2cd5746470e2246778c6bec2d4857c" "5e96177f8bd6762e3f167fb7f5b6199fbff81704f654c66c772cd326d4fb78e3" "2878517f049b28342d7a360fd3f4b227086c4be8f8409f32e0f234d129cee925" "f30aded97e67a487d30f38a1ac48eddb49fdb06ac01ebeaff39439997cbdd869" default))))
("a70b47c87e9b0940f6fece46656200acbfbc55e129f03178de8f50934ac89f58" "1f36ca86913068b7d8377a327394eecfff71be34119619f779cb229875ceec0c" "0eb3c0868ff890b0c4ee138069ce2a8936a8a69ba150efa6bfb9fb7c05af5ec3" "001c2ff8afde9c3e707a2eb3e810a0a36fb2b466e96377ac95968e7f8930a7c5" "2a3ffb7775b2fe3643b179f2046493891b0d1153e57ec74bbe69580b951699ca" "0fe9f7a04e7a00ad99ecacc875c8ccb4153204e29d3e57e9669691e6ed8340ce" "f951343d4bbe5a90dba0f058de8317ca58a6822faa65d8463b0e751a07ec887c" "423435c7b0e6c0942f16519fa9e17793da940184a50201a4d932eafe4c94c92d" "cdb3e7a8864cede434b168c9a060bf853eeb5b3f9f758310d2a2e23be41a24ae" "70cc30fd9d27a8d0d3ae82974ac2c409fd2cd5746470e2246778c6bec2d4857c" "5e96177f8bd6762e3f167fb7f5b6199fbff81704f654c66c772cd326d4fb78e3" "2878517f049b28342d7a360fd3f4b227086c4be8f8409f32e0f234d129cee925" "f30aded97e67a487d30f38a1ac48eddb49fdb06ac01ebeaff39439997cbdd869" default)))
'(fci-rule-color "#5B6268")
'(jdee-db-active-breakpoint-face-colors (cons "#2b2a27" "#ff5d38"))
'(jdee-db-requested-breakpoint-face-colors (cons "#2b2a27" "#98be65"))
'(jdee-db-spec-breakpoint-face-colors (cons "#2b2a27" "#3f444a"))
'(objed-cursor-color "#ff5d38")
'(vc-annotate-background "#2b2a27")
'(vc-annotate-color-map
(list
(cons 20 "#98be65")
(cons 40 "#a4c551")
(cons 60 "#b0cc3d")
(cons 80 "#bcd42a")
(cons 100 "#c1a623")
(cons 120 "#c5781c")
(cons 140 "#cb4b16")
(cons 160 "#c95a58")
(cons 180 "#c7699a")
(cons 200 "#c678dd")
(cons 220 "#d96fa6")
(cons 240 "#ec666f")
(cons 260 "#ff5d38")
(cons 280 "#cf563c")
(cons 300 "#9f5041")
(cons 320 "#6f4a45")
(cons 340 "#5B6268")
(cons 360 "#5B6268")))
'(vc-annotate-very-old-color nil))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.