10 lines
274 B
EmacsLisp
10 lines
274 B
EmacsLisp
;;; ~/.config/doom/+wttrin.el -*- lexical-binding: t; -*-
|
|
|
|
(setq wttrin-default-cities '("Castine, ME" "San Francisco" "Thessaloniki"))
|
|
(setq wttrin-default-accept-language '("Accept-Language" . "en-US"))
|
|
|
|
(map!
|
|
(:leader
|
|
(:prefix "o"
|
|
:desc "Weather" "w" #'wttrin)))
|