1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-24 04:22:50 -05:00

Set sunshine.el units to metric

This commit is contained in:
Jack Foltz 2019-02-10 15:14:46 -05:00
parent ea81dbcedc
commit c7bca1d36a
No known key found for this signature in database
GPG Key ID: E7B502AB1576E6CD

View File

@ -707,7 +707,8 @@ Allows retrieving OpenWeatherMap forecasts in the minibuffer.
(jf-apps-def (jf-apps-def
"w" #'sunshine-forecast) "w" #'sunshine-forecast)
:custom :custom
(sunshine-location "New York, US") (sunshine-location "Piscataway, US")
(sunshine-units 'metric)
(sunshine-appid "7caf100277f14845e7f354c6590a09cb") (sunshine-appid "7caf100277f14845e7f354c6590a09cb")
(sunshine-show-icons t)) (sunshine-show-icons t))
#+END_SRC #+END_SRC