spacemacs/init-package/init-weather.el
2014-08-30 01:26:19 -04:00

8 lines
197 B
EmacsLisp

(use-package weather
:commands weather-report
:config
(progn
;; pinit files come from my dropbox folder
(require 'pinit-weather nil 'noerror)
(setq weather-distance-unit "km")))