Skip to content

Commit 0354826

Browse files
committed
Update default weather city to Toronto
1 parent ed0ac26 commit 0354826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ even when the file is larger than `large-file-warning-threshold'.")
988988
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
989989
;; view weather wttrin package
990990
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
991-
(setq wttrin-default-cities '("Seoul" "Saint Louis, United States of America"))
991+
(setq wttrin-default-cities '("Toronto" "Saint Louis, United States of America" "Seoul"))
992992
;; '("Accept-Language" . "en-US,en;q=0.8,zh-CN;q=0.6,zh;q=0.4")
993993
(setq wttrin-default-accept-language '("Accept-Language" . "en-US,en;q=0.8"))
994994

0 commit comments

Comments
 (0)