From b1aca874b9a2b5282c0cc83bd4fece981a94e19c Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 28 Jun 2026 06:57:26 -0400 Subject: docs: point the geolocation-command docstring at the bundled examples 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. --- wttrin-geolocation.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3