aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-08-10 01:59:40 -0500
committerCraig Jennings <c@cjennings.net>2026-08-10 01:59:40 -0500
commitebed67a6e285f7667591034b0bc5f962c45e6307 (patch)
treec3fb60ece7a060f76a40471d54632f4dfdda82d9 /.gitignore
parent36c737f45efc4f9459a7923d62ccf2cf5bf2686a (diff)
downloaddotemacs-ebed67a6e285f7667591034b0bc5f962c45e6307.tar.gz
dotemacs-ebed67a6e285f7667591034b0bc5f962c45e6307.zip
feat(google-keep): load machine-local settings from google-keep.local.elHEADmain
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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)