summaryrefslogtreecommitdiff
path: root/data/pcal.org
Commit message (Collapse)AuthorAgeFilesLines
* chore: untrack calendar sync generated dataCraig Jennings2026-01-271-858/+0
| | | | These files change every sync and don't belong in version control.
* fix(calendar-sync): disable auto-start to prevent freezeCraig Jennings2026-01-141-7/+14
| | | | | | Proton calendar download causes Emacs to freeze. Disabled auto-sync by default until root cause is investigated. Manual sync still available via C-; g s keybinding.
* chore(data): update calendar sync state and historyCraig Jennings2026-01-131-3/+18
| | | | Updated calendar sync state after auto-sync.
* feat(dirvish): add project shortcuts and remove scratch font overrideCraig Jennings2026-01-091-334/+344
| | | | | Added dirvish quick-access shortcuts for homelab, kit, and nextjob projects. Removed 16pt font size override from scratch buffer startup hook.
* feat(calendar-sync): multi-calendar support with property testsCraig Jennings2025-12-021-0/+826
Added multi-URL calendar sync supporting Google and Proton calendars. Each calendar syncs to separate file with per-calendar state tracking. Added 13 property-based tests for RRULE expansion. Total: 150 tests passing.