+wttrin.el 274 B

123456789
  1. ;;; ~/.config/doom/+wttrin.el -*- lexical-binding: t; -*-
  2. (setq wttrin-default-cities '("Castine, ME" "San Francisco" "Thessaloniki"))
  3. (setq wttrin-default-accept-language '("Accept-Language" . "en-US"))
  4. (map!
  5. (:leader
  6. (:prefix "o"
  7. :desc "Weather" "w" #'wttrin)))