diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-28 06:57:26 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-28 06:57:26 -0400 |
| commit | b1aca874b9a2b5282c0cc83bd4fece981a94e19c (patch) | |
| tree | a4da7ea4f22dd43f14967806295470c6f1fbdff2 | |
| parent | 95a5e130deb4c73242c370ce239b3ba9a97e6ef5 (diff) | |
| download | emacs-wttrin-release/0.4.0.tar.gz emacs-wttrin-release/0.4.0.zip | |
docs: point the geolocation-command docstring at the bundled examplesrelease/0.4.0
C-h v wttrin-geolocation-command now mentions examples/geolocation/, so the
ready-to-adapt scripts are discoverable from inside Emacs, not just the README.
| -rw-r--r-- | wttrin-geolocation.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wttrin-geolocation.el b/wttrin-geolocation.el index eba7989..664485d 100644 --- a/wttrin-geolocation.el +++ b/wttrin-geolocation.el @@ -81,7 +81,8 @@ This is the opt-in accuracy path. The command may do whatever the system supports (a WiFi scan, a GPS read) to beat IP geolocation, and it runs asynchronously so a multi-second lookup does not block Emacs. The package ships no command and assumes nothing about the OS or network stack, so it is -inert until set. +inert until set. Ready-to-adapt example commands ship under the package's +examples/geolocation/ directory. On any failure (the command is unset, exits non-zero, or prints no parseable lat/lng), wttrin falls back to the IP provider named by |
