aboutsummaryrefslogtreecommitdiff
path: root/tests/test-google-keep-config--local-config.el
Commit message (Collapse)AuthorAgeFilesLines
* feat(google-keep): load machine-local settings from google-keep.local.elHEADmainCraig Jennings2 days1-0/+52
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.