diff options
| author | Craig Jennings <c@cjennings.net> | 2026-08-10 01:59:40 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-08-10 01:59:40 -0500 |
| commit | ebed67a6e285f7667591034b0bc5f962c45e6307 (patch) | |
| tree | c3fb60ece7a060f76a40471d54632f4dfdda82d9 /.gitignore | |
| parent | 36c737f45efc4f9459a7923d62ccf2cf5bf2686a (diff) | |
| download | dotemacs-ebed67a6e285f7667591034b0bc5f962c45e6307.tar.gz dotemacs-ebed67a6e285f7667591034b0bc5f962c45e6307.zip | |
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-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
