From ebed67a6e285f7667591034b0bc5f962c45e6307 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 10 Aug 2026 01:59:40 -0500 Subject: feat(google-keep): load machine-local settings from google-keep.local.el The bridge's interpreter path and account email are machine-local, and this config discards customize output, so nothing persisted them across daemon restarts. The module now loads google-keep.local.el when readable (the calendar-sync.local.el shape) before the interpreter check, so a locally-set venv path is what gets verified. A broken local file reports instead of breaking module load. Three tests cover load, absence, and the error path. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b92678f9..bd3d9850 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,7 @@ auto-save-list/ /browser-choice.el /calendar-sync.local.el /signal-config.local.el +/google-keep.local.el /client_secret_491339091045-sjje1r54s22vn2ugh45khndjafp89vto.apps.googleusercontent.com.json # reveal.js local clone (managed by scripts/setup-reveal.sh) -- cgit v1.2.3